下列不属于C语言关键字的是()A、continueB、integerC、staticD、signed

下列不属于C语言关键字的是()

  • A、continue
  • B、integer
  • C、static
  • D、signed

相关考题:

下列不属于C语言关键字的是( )。A.default B.register C.enum D.external

关键字声明的局部变量在整个程序运行中一直存在的是______。A.IntegerB.PublicC.StaticD.Private

根据C语言的语法规则,下列字符串中哪些是关键字或保留字 ( )A.automateB.readerC.staticD.input

以下选项中不属于c语言的类型的是( )。A.unsigned long intB.long shortC.unsigned intD.signed short int

下面个选项组中,均属于C语言关键字的一组是()。 A.auto,enum,includeB.switch,typedef,continueC.signed,union,scanfD.if,struct,type

在结构类型的定义中,使用的关键字是()。 A、structB、unionC、staticD、enum

C语言中提供的合法的数据类型关键字是()。 A.ShortB.IntegerC.DoubleD.Char

在C语言中,形参的默认存储类型是______。A.autoB.registerC.staticD.extern

下列关键字中,不属于C语言变量存储类别的是______。A.registerB.autoC.externD.public

下面一组中都是C语言关键字的是______。A.double Int forB.main while gotoC.volatile break staticD.malloc sizeof new

下列不属于C语言关键字的选项是( )。A.printfB.sizeofC.externD.long

在不同文件的函数中,对非静态全局变量的引用要加的关键字是( )。A.registerB.autoC.staticD.extern

C语言中将函数值返回主调函数所使用的关键字是()A、continueB、breakC、returnD、goto

()关键字声明的局部变量在整个程序运行中一直存在。A、DimB、PublicC、StaticD、Private

下列选项中,可以用于获取函数返回值的关键字是()。A、continueB、breakC、exitD、return

下面哪个不是Java的关键字()A、doubleB、IntegerC、floatD、default

哪个关键字可以抛出异常()。A、throwB、transientC、staticD、finally

在c语言中,()语句可以用于跳出一层循环。A、continueB、breakC、returnD、exit(0)

下面各选项组中,均是C语言关键字的组是()A、auto,enum,includeB、switch,typedef,continueC、signed,union,scanfD、if,struct,type

下列选项中是用来定义结构体的关键字是()。A、structB、functionC、staticD、stack

在C#程序中,使用关键字()来定义静态成员。A、mallocB、classC、staticD、private

下选项中不属于C语言的类型是()。A、signed short intB、unsigned long intC、unsigned intD、long short

python中,while的中止的关键字是()。A、continueB、brokenC、breakD、plug

定义静态变量的关键字是()A、staticB、staticsC、STATICD、STATICS

在C语言中,表示静态存储类别的关键字是:()A、autoB、registerC、staticD、extern

VB语言中,下列各种基本数据类型说明符中表示整型数的是()。A、BooleanB、IntegerC、SingleD、String

单选题下列不属于C语言关键字的是()AcontinueBintegerCstaticDsigned