单选题
In C program, all variables must be declared before
(52)
, usually at the
(53)
of the function before any executable statements.
A、
stated
B、
instructed
C、
illustrated
D、
use
【正确答案】
D
【答案解析】
A、
end
B、
middle
C、
beginning
D、
last
【正确答案】
C
【答案解析】
[解析] 在一段C程序中,所有变量在使用前必须声明,通常在函数的开始处,可执行语句之前声明。
提交答案
关闭