The scoping rules for symbolic constants and function prototypes are the same as those for variables.
查看答案
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