asked 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 _________.

1 Answer

2 votes

[answer removed by author]

answered
User Takrliu
by
8.4k points