Memory Allocation - Programming

Q1:

malloc() returns a NULL if it fails to allocate the requested memory.

A True

B False

ANS:A - True

It's right, malloc() true. Then returns the base address and additional address.

Its failed I/O returns base address.