以下选项中,( )是正确的字符串。
A. 'hello'
B. "hello "
C. hello
D. 'h'
设a=4,b=5,c=6,执行语句Print ac 时,窗体上显示的是( )。
A. True
B. False
C. 出错信息
D. 0
以下关系表达式中,( )的值是True。
A. "XYZ">"XYz"
B. "VisualBasic" "visualbasic"
C. "the" = "there"
D. "Integer"
以下二维数组定义中错误的是()。
A. float a[][4]={0,1,5,8,9};
B. int a[3][4];
C. int n=10;float a[n][3];
D. #define N 5 int a[2][N];