Page 1 of 1

void * malloc(size_t n) returns?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) Pointer to n bytes of uninitialized storage
b) NULL if the request can be satisfied
c) Nothing
d) None of the mentioned