void * malloc(size_t n) returns?
Posted: Wed Jul 13, 2022 7:54 pm
a) Pointer to n bytes of uninitialized storage
b) NULL if the request can be satisfied
c) Nothing
d) None of the mentioned
b) NULL if the request can be satisfied
c) Nothing
d) None of the mentioned