相关试题
单选题 逻辑运算符两侧运算对象的数据类型( )。 (The data type of the operand on both sides of the logical operator are ()。)
单选题 按照标识符的要求,( )不能组成标识符。
单选题 以下标识符中,不合法的是( )。 (Among the following identifiers, the one that is invalid is ( ).)
单选题 对于语句:f=(2.0,1.0,0.0),(3.0,4.0,5.0);的判断,( )是正确的。
单选题 设以下变量均为int型,则值等于10的表达式是( ) (If the following variables are all of type int, then the expression whose value equals 10 is ( ).)
单选题 下列实型常量,错误的是( )。 (Among the following real number constants, the incorrect one is ( ).)
单选题 C语言程序中可以对程序进行注释,注释部分可以用什么符号括起来?
单选题 下列语句中,符合语法的赋值语句是( )