InterviewSolution
Saved Bookmarks
| 1. |
Where are the automatic variables stored if another function is called in between the execution of the program?(a) Heap(b) Queue(c) Stack(d) Temp variableI had been asked this question at a job interview.I need to ask this question from Automatic Variable in portion Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» The correct answer is (c) STACK |
|