未指定存储类别的局部变量,其存储类别默认是()。
A: auto
B: static
C: extern
D: egiste
A: auto
B: static
C: extern
D: egiste
举一反三
- 凡是函数中未指定存储类别的局部变量,其隐含的存储类别是__________。 A: auto B: static C: extern D: egiste
- C++函数中未指定存储类别的局部变量,其隐含的存储类别是________。 A: auto B: static C: extern D: egiste
- 未指定存储类别的局部变量,其存储类别默认是
- 凡在函数中未指定存储类别的局部变量,其默认的存储类别为( )。 A: auto B: register C: static D: extern
- C语言中,可以用来声明局部变量的存储类别关键字有? A: auto B: static C: egiste D: extern