C Language Zemi
C language
C standard library
here
stdlib.h --Standard headers such as memory allocation functions
"Stdlib.h" Function that can be used when the standard header is included.
malloc function --Dynamic allocation of memory
calloc function --Dynamic allocation of memory and 0 initialization
free function --free the allocated memory
exit function-quit the program
Associated Information