logo - 刷刷题
下载APP
【单选题】

在C 语言中,定义静态局部变量使用下列哪一个关键字 ()

A.
auto
B.
static
C.
extern
D.
register
举报
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【单选题】Password is a secret series of 5 that enables a user to access a file, computer, or program. On multi-user systems, each user must enter his or her password before the computer will respond to 6 ....

A.
在函数内只能访问局部变量,而不能访问全局变量
B.
局部变量与全局变量的名字不得相同
C.
若一个函数被多次调用,则其定义的局部变量必定分配同一个存储单元
D.
函数中定义的局部变量与全局变量同名时,在函数内引用的是局部变量