215k views
2 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 Yuri Kots
by
4.6k points

1 Answer

2 votes

[answer removed by author]

User Takrliu
by
5.0k points