Vidyalelo
C Programming · Q14

Memory Allocation

Programming · C Programming · question 14

Q14

What is the return value of the 'realloc' function if it fails to reallocate memory?

A.
NULL
Answer
B.
-1
C.
0
D.
1

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board