Vidyalelo
C Programming · Q65

File Input Output

Programming · C Programming · question 65

Q65

void * malloc(size_t n) returns?

A.
Pointer to n bytes of uninitialized storage
Answer
B.
NULL if the request can be satisfied
C.
Nothing
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board