Examveda

void * malloc(size_t n) returns?

A. Pointer to n bytes of uninitialized storage

B. NULL if the request can be satisfied

C. Nothing

D. None of the mentioned

Answer: Option A


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output