全 国 计 算 机 二 级 考 试 试 题
【1.1】以下不正确的 C 语言标识符是 ____。
A) int
B) a_1_2
C) ab1exe
D) _x
【1.2】以下是正确的 C 语言标识符是 ____。
A) #define
B) _123
C) %d
D) \n
【1.3】下列四组字符串中都可以用作C语言程序标识符的一组是 。
A) print B) i\am C) Pxq D) str_l
_3d one_half My->book Cpp
??? oodbs tart$it line# pow
??? aBc 3pai His.age while
【1.4】下面各选项组中,均是 C 语言关键字的组是 。
A) auto,enum, include
B) switch, typedef,continue
C) signed,unio