Which of the following cases makes a local variable be always stored in the stack frame of its function (as opposed to s
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following cases makes a local variable be always stored in the stack frame of its function (as opposed to s
Which of the following cases makes a local variable be always stored in the stack frame of its function (as opposed to stored in a register)? a. When the \& (address) operator is applied to that variable. b. When the variable is declared as static. c. When the variable is a pointer. d. When the variable is declared as const.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!