Vidyalelo
C Programming · Q35

Memory Allocation

Programming · C Programming · question 35

Q35

When the pointer is NULL, then the function realloc is equivalent to the function . . . . . . . .

A.
malloc
Answer
B.
calloc
C.
free
D.
alloc

Answer: Option A

Solution

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