Posts

What is the difference between int and register int in C/C++?

What is INT_MIN and INT_MAX in C/C++?

Functions with Variable Argument Lists in C using va_list

How to write your own Malloc and Free using C?

Write one line functions for strcmp()

difference between const char* p and char const* p