What is stored in numbers after execution of the following code?

What is stored in numbers after execution of the following code?
int numbers[3];
for (int i = 0; i < 3; i++){
numbers[i] = i * 5;
numbers[2] = 100;

a. 0, 100, 10
b. 0, 5, 100
c. 0, 100, 10, 15
d. 0, 5, 100, 15


b. 0, 5, 100

Computer Science & Information Technology

You might also like to view...

Which function changes the actual string stored in the string object (i.e., is not a const member function)?

a. length b. empty c. capacity d. resize

Computer Science & Information Technology

Which of the following should be included in an audit report?

A) Any security vulnerabilities found B) The machines affected by these vulnerabilities C) Recommended steps to correct the vulnerabilities D) All of the above

Computer Science & Information Technology

When reviewing a document, you can make general observations by inserting a(n) ________

A) note B) comment C) annotation D) marker

Computer Science & Information Technology

You can use the Normal view or Slide Sorter view to create sections

Indicate whether the statement is true or false

Computer Science & Information Technology