31.表达式10!=9的值是【】。 A)true B)非零值 C)1 D)0
31.表达式10 != 9的值是【 】。 A) true B)非零值 C) 1 D) 0
32.若intx=10; 则表达式x+(char)1/2.0值的类型是【】 A)int B)double C)float D)unsigned
32.若int x=10; 则表达式x+(char)1/2.0值的类型是【 】 A) int B) double C) float D) unsigned
33.以下不属于C语言关键字的是【】。 A)case I B)byte C)do D)float
33.以下不属于C语言关键字的是【 】。 A)case B)byte C)do D)float
34.C语言中,以下不是正确的常量。【】 A)543210LB)05078C)-0x41D)12345
34.C语言中,以下 不是正确的常量。【 】 A)543210L B)05078 C)-0x41 D)12345
35.以下四组中都能正确作为C语言程序标识符 的是【】组。 A) printf B) sort 1 row string to float f PI C) pow D)book->name string book.price 1 abc A#B
35.以下四组中都能正确作为C语言程序标识符 的是【 】组。 A)printf B)sort_1 row string_to_float if PI C) pow D) book->name string book.price 1_abc A#B