Vidyalelo
C Programming · Q34

Memory Allocation

Programming · C Programming · question 34

Q34

The free() function frees the memory state pointed to by a pointer and returns . . . . . . . .

A.
the same pointer
B.
the memory address
C.
no value
Answer
D.
an integer value

Answer: Option C

Solution

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