Vidyalelo
C Programming · Q64

File Input Output

Programming · C Programming · question 64

Q64

On freeing a dynamic memory, if the pointer value is not modified, then the pointer points to.

A.
NULL
B.
Other dynamically allocated memory
C.
The same deallocated memory location
Answer
D.
It points back to the location it was initialized with

Answer: Option C

Solution

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