
【名词&注释】
表达式、最大化(maximization)、线性表(linear list)、最小化(minimization)、宏命令(macro command)、通用对话框(general dialog)、逗号运算符
[单选题]以下程序的输出结果是main(){ int a=21,b=11; printf("%d\n",--a+b,--b+a);}
A. 30
B. 31
C. 32
D. 33
查看答案&解析
举一反三:
[单选题]假定通用对话框(general dialog)的名称为CommonDialog1,命令按钮的名称为Command1,则单击命令按钮后,能使打开的对话框的标题为“New Title”的事件过程是( )。
A. Private Sub Command1_Click()
B. CommonDialog1.DialogTitle = "New Title"
C. CommonDialog1.ShowPrinter
D. End Sub
E. Private Sub Command1_Click()
F. CommonDialog1.DialogTitle = "New Title"
G. CommonDialog1.ShowFont
H. End Sub
I. Private Sub Command1_Click()
J. CommonDialog1.DialogTitle = "New Title"
K. CommonDialog1.ShowOpen
L. End Sub
M. Private Sub Command1_Click()
N. CommonDialog1.DialogTitle = "New Title"
O. CommonDialog1.ShowColor
P. End Sub
[单选题]用于关闭或打开系统消息的宏命令是( )。
A. SetValue
B. Requery
C. Restore
D. SetWamings
[单选题]下列叙述中错误的是( )。
A. 线性表是由n个元素组成的一个有限序列
B. 线性表是一种线性结构
C. 线性表的所有结点有且仅有一个前件和后件
D. 线性表可以是空表
本文链接:https://www.zhukaozhuanjia.com/download/dd7od3.html