A.String1
B.String2
C.String3
D.1
[单选题]假定程序中有以下语句: answer=MsgBox("String1",,"String2", "String3" ,2) 执行该语句后,将显示一个信息框,此时如果单击“确定”按钮,则answer的值为______。A.String1B.String2C.String3D.1
[单选题]假定程序中有以下语句: answer=MsgBox("String1",,"String2","String31",2) 执行该语句后,将显示一个信息框,此时如果单击“确定”按钮,则answer的值为______。A.String1B.String2C.String3D.1
[单选题]假定程序中有以下语句: answer=MsgBox("Stringl",,"String2","String3",2) 执行该语句后,将显示一个信息框,此时如果单击“确定”按钮,则answer的值为: ______。A.String1B.String2C.String3D.1
[单选题]假定程序中有以下语句: answer=MsgBox("Stringl",,"String2","String3",2) 执行该语句后,将显示一个信息框,此时如果单击“确定”按钮,则answer的值为: ______。A.String1B.String2C.String3D.1
[单选题]假定程序中有如下语句: answer=MsgBox("第一个字符串",vbAbortRetryIgnore_ Or vbCritieal_ Or vbDefaultButton3,_ "第二个字符串") 执行该语句后,将显示一个信息框,此时如果按回车键,则answer的值为A.“第二个字符串”B.5C.3D.7
[单选题]假定程序中有如下语句: answer=MsgBox("第一个字符串",vbAbortRetryIgnore Or vbCritical_ Or vbDefaultButton3,"第二个字符串")执行该语句后,将显示一个信息框,此时如果按回车键,则answer的值为A.第二个字符串B.5C.3D.7
[单选题]设有以下语句: char strl[]="string",str2[8],*str3,*str4="string"; 则_______不是对库函数的正确调用。A.strcpy(strl,"HELLO1");B.strcpy(str2,"HELLO2");C.strcpy(str3,"HELLO3");D.strcpy(str4,"HELLO4");
[单选题]设有以下语句: char strl[]="string",str2[8],*str,*str4="string"; 则______不是对库函数的正确调用。A.strcpy(strl,"HELLO1");B.strcpy(str2,"HELLO2");C.strcpy(str3,"HELLO3");D.strcpy(str4,"HELLO4");
[单选题]设有语句:char str1[]="string", str2[8], *ste3, *str4="string";,则下列不是对库函数 strcpy的正确调用的是______。A.strcpy(str1,"HELLOI");B.strcpy(str2,"HELLO2");C.strcpy(str3,"HELLOY");D.strcpy(str4,"HELLO4");
[单选题]设有语句:char str1[]="string",str2[8],*str3,*str4="string";,则下列对库函数strcpy调用不正确的是( )。A.strcpy(str1,"Hellol");B.strcpy(str2,"Hello2");C.strcpy(str3,"Hello3");D.strcpy(str4,"Henllo4");