单项选择题

下列字符串中,不可以用作C++标识符的是

A.y 2006
B.TEST H
C.Return
D.SWitch
<上一题 目录 下一题>
热门 试题

单项选择题
以下定义数组中错误的是( )。
A. int a[10];
B. int a[2][20];
C. int a[20][ ];
D. iht a[ ];
单项选择题
下列选项,不正确的是( )。
A. for(int a=1;a<=10;a++);
B.int a=1; do }   a++; }while(a<=10)
C.int a=1; while(a<=10) }    a++ }
D.for(int a=1;a<=10;a++) a++;
相关试题
  • 执行以下程序后,test.txt文件的内容是(...
  • 下面这个程序的结果是( )。#include<i...
  • 有如下程序 #includeusing namespace s...
  • 有如下程序:#includeusing namespace s...
  • 有如下程序#include#includeusing names...