[2 points] Declare an enum type for some of the colors red, yellow, and blue. [2 points] Declare a variable of the abo
Posted: Sun May 15, 2022 12:50 pm
[2 points] Declare an enum type for some of the colors red, yellow, and blue.
[2 points] Declare a variable of the above enum type, a pointer to the enum type variable, and a reference to the enum type variable.
[2 points] Declare a variable of the above enum type, a pointer to the enum type variable, and a reference to the enum type variable.