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:

A program that translates one instruction at a time into machine language and executes it is called:
Which of the following is an abstract data type?
C is a _____ programming language.
Find the odd one out :
Which of the following classes in Java does not generate item events?