(A) If malloc() successfully allocates memory then returns the number of bytes it has allocated. (B) malloc() returns a float pointer if memory is allocated for storing float. (C) malloc() returns a NULL if it fails to allocate request memory. Which of the above statements are true?
Reveal answer
Fill a bubble to check yourself