What is the output of the following C++ code?int alpha[5] = {2, 4, 6, 8, 10};int j;for (j = 4; j >= 0; j--) cout
A. 2 4 6 8 10
B. 4 3 2 1 0
C. 8 6 4 2 0
D. 10 8 6 4 2
Answer: D
Computer Science & Information Technology
You might also like to view...
Web copyright law in the United States says that images on the Web have a(n) ________ copyright
Fill in the blank(s) with correct word
Computer Science & Information Technology
The arrow operator (->) combines the actions of which two operators?
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology