InterviewSolution
Saved Bookmarks
| 1. |
Where an automatic variable is stored? |
|
Answer» Every local variable by default being an auto variable is stored in stack memory |
|