1.

What will happens if the statement free(a) is removed in the following C code?

A. is removed in the following C code? a) Error
B. Memory leak
C. Dangling pointer arises
D. 200 is printed as outputView Answer
Answer» C. Dangling pointer arises


Discussion

No Comment Found