InterviewSolution
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()I have been asked this question by my college director while I was bunking the class.The origin of the question is Storage Management in chapter Input and Output in C of C |
|
Answer» The CORRECT choice is (d) pointer returned by MALLOC() & calloc() |
|