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
The question was posed to me in an online quiz.
My doubt stems from Storage Management in chapter Input and Output in C of C