What is returned by the function if the space cannot be allocated by the function malloc(), realloc() and calloc()?
(a) value
(b) error
(c) null pointer
(d) no value
The question was asked in an internship interview.
I would like to ask this question from General Utilities topic in chapter C Library of C