The scope of a variable can be thought of as the space within the program where the variable is valid.
查看答案
Initialization within an extern declaration statement is not allowed and causes a compilation error.
The scope of a global static variable can be extended beyond the file in which it is declared.
Variables created inside a function are ____ variables.
A. recursive
B. public
C. local
D. global
A variable with a ____ scope is simply one that has had storage locations set aside for it by a declaration statement made within a function body.
A. function
B. module
C. local
D. global