问题详情
有枚举类型的定义: enum color1 { yellow,green,blue=5,red,brown}; 则枚举常量yellow 和 red的值分别是()
A、3,6
B、1,6
C、0,6
D、0,3