问题
-
使"Microsoft"在当前窗体上输出的语句是()。 A.Picture.Print"Microsoft" B.Print"
-
语句:“printf("%d" (a=)&&(b=-2));”的输出结果是( )。A.无输出 B.结果是不确
-
以下程序的输出结果是( )。 #include main() {printf("%d\n" NULL); } A.不确
-
若要使如下程序输出"true" $a可以是()。
-
若有定义:chara[]="abcdef";charb[]="xyz";则以下程序段运行后屏幕输出为()strcpy(a b);printf("%c" a[2]);
-
以下能在窗体Form1的标题栏中显示“VisualBasic窗体\"的语句是( )。 A.Form1.Name=V