Q. What is the return value of malloc() if memory allocation fails?
β
Correct Answer: (B)
NULL
Explanation: malloc() returns NULL if it fails to allocate memory.