App Logo

No.1 PSC Learning App

1M+ Downloads
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

Answer:

B. Returns a pointer to the first byte of region of memory


Related Questions:

ഒരു HTML പേജിൽ ഒരു ചിത്രം ചേർക്കാൻ ഉപയോഗിക്കുന്ന HTML ടാഗ് ആണ്
The assembly language uses symbols instead of numbers known as:
In VB, all the controls in an array will have the same :
In C, a global variable is a variable :
In C++ you have to use the _______ function to close a data file.