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