在下列程序段中,枚举变量 c1的值是()。
enum color { red,yellow,blue=4,green,white}c1; c1=yellow; c1=white;
A 1
B 3
C 5
D 6
请帮忙给出正确答案和分析,谢谢!