94,404 views
22 votes
22 votes
Suppose that you have the following declaration.

enum cars {FORD, GM, TOYOTA, HONDA};
cars domesticCars = FORD;
The statement:
domesticCars = static_cast(domesticCars + 1);
sets the value of domestiCars to _________.

User GANI
by
3.0k points

1 Answer

13 votes
13 votes

[answer removed by author]

User Ingo Blackman
by
3.0k points