ENUM是()的简称。
A:动态授权发现系统 B:全球唯一标识符 C:电话号码映射 D:域名系统
下面程序的输出结果是______。
#define a 121
const b=12;
enum ca1,a2;
main( )
printf("%d,%d,%d",sizeof(
A:,sizeof( B:,sizeof(enum C:);
A) 121,0,4B
以下对枚举类型名的定义中正确的是 ( )
A:enum a=one,two,three; B:enum aone=9,two=-1,three=200; C:enum a="one","two","four"; D:enum a"nine","two","three";
以下对枚举类型名的定义中正确的是______。
A:enum a=one,two,three; B:enum aone=9,two=-1,three; C:enum a="one","two","three"; D:enum a"one","two","three";
以下对枚举类型名的定义中正确的是( )。
A:enum a=one,two,three; B:enum aone=9,two=-1.three=200; C:enum a="one","two","four"; D:enum a"nine","two","three";
以下对枚举类型名的定义中正确的是 ( )
A:enum a=one,two,three; B:enum aone=9,two=-1,three=200; C:enum a="one","two","four"; D:enum a"nine","two","three";
以下对枚举类型名的定义中正确的是______。
A:enum a=one,two,three; B:enum aone=9,two=-1,three; C:enum a=one","two","three"; D:enum a"one","two","three";