单项选择题

下列枚举类型的定义中,包含枚举值3的是( )。

A.enum testRED,YELLOW,BLUE,BLACK;
B.enum testRED,YELLOW=4,BLUE,BLACK;
C.enum testRED=-1,YELLOW,BLUE,BLACK;
D.enum testRED,YELLOW=6,BLUE,BLACK;