网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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

A.char

B.int

C.long int

D.float


参考答案

更多 “ 类型修饰符unsigned修饰( )是错误的。A.charB.intC.long intD.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代码 }