What is the output of the following C++ code? 
int list[5] = {0, 5, 10, 15, 20};int j;for (j = 0; j < 5; j++)  cout

A. 0 1 2 3 4
B. 0 5 10 15
C. 0 5 10 15 20
D. 5 10 15 20

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is not true about saving your presentation in the PowerPoint Picture Presentation format?

A) It flattens all slide objects into one layer. B) The file size is smaller. C) It is easier for others to modify. D) It is harder for others to modify.

Computer Science & Information Technology

Each record in a table is represented by a ________

A) row B) legend C) data set D) column

Computer Science & Information Technology