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 domesticCars to ____.
A. FORD
B. GM
C. TOYOTA
D. HONDA
Answer: B
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT an actual gallery in PowerPoint 2013?
A) Colors gallery B) Fonts gallery C) Effects gallery D) Page Setup gallery
Computer Science & Information Technology
The programming language used to write and modify Excel macros is ________
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology