单项选择题

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

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

单项选择题
有以下程序: #include <stdio.h> main( ) { int a,b,d =25; a = d 10%9;b = a&&(-1); printf( % d,% d n ,a,b); } 程序运行后的输出结果是( )。
A.6,1
B.2,1
C.6,0
D.2,0
相关试题
  • 有以下程序: #include<stdio.h> voi...
  • 有以下程序:#include <stdio.h>int ...
  • 有以下程序:#include <stdio.h>void...
  • 有以下程序: #include <stdio.h> m...
  • 有以下程序: #include <stdio.h> m...