The malloc() function in C :
AReturns a pointer to the allocated memory
BReturns a pointer to the first byte of region of memory
CChanges the size of the allocated memory
DDeallocates the memory
AReturns a pointer to the allocated memory
BReturns a pointer to the first byte of region of memory
CChanges the size of the allocated memory
DDeallocates the memory
Related Questions: