

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following should be used for freeing the memory allocated in the following C code?
|
A. | free(ptr1); |
B. | All of above |
C. | None of these |
Answer» D. | |