InterviewSolution
Saved Bookmarks
| 1. |
The function ____ obtains a block of memory dynamically.(a) calloc(b) malloc(c) both calloc & malloc(d) freeI had been asked this question in unit test.My query is from Storage Management topic in portion Input and Output in C of C |
|
Answer» The correct CHOICE is (C) both calloc & malloc |
|