Question: In C programming what keyword modifier, when applied to a variable name, instructs the compiler to store the variable in memory as long as the
In C programming what keyword modifier, when applied to a variable name, instructs the compiler to store the variable in memory as long as the program is running? That is, it does not enter a stack frame and disappear at the end of a function's scope?
Group of answer choices:
A. register
B. static
C. extern
D. auto
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
