问题
单项选择题
在C语言中,函数中变量的隐含存储类别是______。
A.auto
B.static
C.extern
D.无存储类别
答案
参考答案:A
解析:[评析] 函数中变量的存储类别包括auto,static,extern,其中auto为隐含存储类别,static为静态存储类别,register是寄存器存储类别。
在C语言中,函数中变量的隐含存储类别是______。
A.auto
B.static
C.extern
D.无存储类别
参考答案:A
解析:[评析] 函数中变量的存储类别包括auto,static,extern,其中auto为隐含存储类别,static为静态存储类别,register是寄存器存储类别。