单选题 In C program, all variables must be declared before (52) , usually at the (53) of the function before any executable statements.

【正确答案】 D
【答案解析】
【正确答案】 C
【答案解析】[解析] 在一段C程序中,所有变量在使用前必须声明,通常在函数的开始处,可执行语句之前声明。