单项选择题

以下不能定义为用户标识符是( )。

A.Main
B.0
C.int
D.sizeof
<上一题 目录 下一题>
热门 试题

单项选择题
以下叙述中错误的是( )。
A.gets函数用于从终端读入字符串
B.getchar函数用于从磁盘文件读入字符
C.fputs函数用于把字符串输出到文件
D.fwrite函数用于以二进制形式输出数据到文件
单项选择题
下列叙述中正确的是( )。
A.break语句只能用于switch语句
B.在switch语句中必须使用default
C.break语句必须与switch语句中的case配对使用
D.在switch语句中,不一定使用break语句
相关试题
  • 有以下程序: #include void WriteStr...
  • 有以下程序: #include main() FILE...
  • 有以下程序: #include main() struc...
  • 有以下程序: int fun(int x[],int...
  • 有以下程序: #include int fun(int(...