If the space in memory allocated by malloc is not sufficient, then an allocation fails and returns ___________
If the space in memory allocated by malloc is not sufficient, then an allocation fails and returns ___________ Correct Answer NULL pointer
A NULL pointer is returned when the memory allocated by malloc dynamically is insufficient.