类型修饰符unsigned修饰( )是错误的。A.charB.intC.long intD.float

类型修饰符unsigned修饰( )是错误的。

A.char

B.int

C.long int

D.float


相关考题:

类的修饰符有静态修饰符static、最终修饰符final、易失修饰符volatile和过渡修饰符transient. 。() 此题为判断题(对,错)。

2、类型修饰符unsigned不能修饰()。A.charB.intC.long intD.float

类型修饰符unsigned不能修饰A.charB.intC.long intD.float

使用static修饰符修饰的方法,可以访问非static类型的类成员。

28、下列属于C语言中类型修饰符的是()。A.shortB.longC.unsignedD.constE.voidF.while

类型修饰符unsigned不能修饰()。A.charB.intC.long intD.float

下列属于C语言中类型修饰符的是()。A.shortB.longC.unsignedD.constE.voidF.while

关键字unsigned不能修饰的类型是?A.charB.intC.floatD.long int

索引器的格式如下: [修饰符] 数据类型 index [索引类型 index]{ //get代码 //set代码 }