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

声明局部变量使用的关键字是( )

A.
declare
B.
use
C.
like
D.
delete
举报
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【多选题】关于使用总账系统制单,下列描述中正确的有( )。

A.
可查看任意科目的最新余额
B.
可控制操作员使用科目的权限
C.
凭证可按任意格式的文本文件引入和引出
D.
不能修改和删除其他子系统生成的凭证

【单选题】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.
函数中定义的局部变量与全局变量同名时,在函数内引用的是局部变量