1.

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

Answer»

Correct ANSWER is (a) POINTER to N bytes of uninitialized storage

Explanation: NONE.



Discussion

No Comment Found

Related InterviewSolutions