

MCQOPTIONS
Saved Bookmarks
1. |
In function free(p), p is a |
A. | int |
B. | Pointer returned by malloc() |
C. | Pointer returned by calloc() |
D. | Pointer returned by malloc() & calloc() |
Answer» E. | |