InterviewSolution
Saved Bookmarks
| 1. |
Memory allocation using malloc() is done in _________(a) Static area(b) Stack area(c) Heap area(d) Both Stack & Heap areaThe question was posed to me in semester exam.My question is taken from Storage Management topic in division Input and Output in C of C |
|
Answer» Right choice is (C) HEAP area |
|