A . 整型
B . 字节型
C . 长整型
D . 单精度型
[主观题]C.onst Four%=4,则Four为()类型的常数。A.整型B.字节型C.长整型D.单精度型
[单选题]Const Four%=4,则Four为()类型的常数。A . 整型B . 字节型C . 长整型D . 单精度型
[单选题]Const Two#=2,则Two为()类型的常数。A . 整型B . 长整型C . 双精度型D . 单精度型
be counting down the days;conform to;contend with;correlate with;designate…as;re
as well as;at first;keep on;lie down;lift ...out of;name ...after;speak for itse
[单选题]The yellow one is ______. That one is ______.A.his, hersB.his, herC.him, he
[单选题]One hertz is equal to one ( )A . cycle per centimeterB . cycle per meterC . cycle per secondD . cycle per eV
[单选题]定义如下枚举类型:enum Number{one=1,tow=2,four=4,eight=8},则下列语句正确的是( )。A.Number num=1;B.Number num=Number(20);C.Number num=Number(eight|OxFF);D.枚举类型Number的取值范围是0~15
[单选题]定义如下枚举类型:enum Number{one=1,two=2,four=4,eight=8),则下列语句正确的是( )。A.Number num=1;B.Numbernum=Number(20);C.Number num=Number(eight│OxFF);D.枚举类型Number的取值范围是0~15
[单选题]定义如下枚举类型:enum Number{one=1,two=2,four=4,eight=8},则枚举类型Number的取值范围是( )。A.1~8B.0~8C.1~15D.0~15