下面一组中都是C语言关键字的是_____。A.double Int forB.main while gotoC.volatile break staticD.malloc sizeof new
下面一组中都是C语言关键字的是_____。
A.double Int for
B.main while goto
C.volatile break static
D.malloc sizeof new
相关考题:
下面个选项组中,均属于C语言关键字的一组是()。 A.auto,enum,includeB.switch,typedef,continueC.signed,union,scanfD.if,struct,type
下面一组中都是C语言关键字的是______。A.double Int forB.main while gotoC.volatile break staticD.malloc sizeof new
以下选项中不属于C语言的类型的是()。 A) integer B)float C) int D) charA.integer不是C语言中的类型关键字B.float是C语言中的浮点类型关键字C.int是C语言中的整型关键字D.char是C语言中的字符类型关键字
16、以下关于Python循环结构的描述中,错误是()?A.while循环使用关键字continue结束本次循环B.while循环可以使用关键字break和continueC.while循环可以用来遍历序列类型中的元素,默认提取每个元素并执行一次循环体D.while循环使用pass语句,只是空的占位语句,什么事情也不做
以下各选项组中,都是C++语言关键字的组是()A.private, protected, publicB.short, string, longC.if, while, >=D.public, private, printf