

MCQOPTIONS
Saved Bookmarks
1. |
How will you free the memory allocated by the following program?
|
A. | memfree(int p); |
B. | dealloc(p); |
C. | malloc(p, 0); |
D. | free(p); |
Answer» E. | |