单项选择题
述关于枚举类型名的定义中,正确的是()
A.enuma={one,two,three}; B.enuma{one=9,two=-1,three}; C.enuma={"one","two","three"}; D.enuma{"one","two","three"}
单项选择题 已知enumname{zhao=1,qian,sun,li}man;执行下述程序段后的输出是()
单项选择题 已知enumcolor{red,yellow=2,blue,white,black}ren;执行printf("%d",ren=white);的输出结果是()
单项选择题 已知enumweek{sun,mon,tue,wed,thu,fri,sat}day;则正确的赋值语句是()