InterviewSolution
Saved Bookmarks
| 1. |
Automatic variables are allocated space in the form of a __________(a) stack(b) queue(c) priority queue(d) randomI had been asked this question in unit test.My query is from Automatic Variables in section C Functions and Structure of a Program of C |
|
Answer» CORRECT ANSWER is (a) stack The BEST EXPLANATION: NONE. |
|