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...
To Create a new Conditional Formatting Rule, click Conditional Formatting from the Cell ________ group and select New Rule
Fill in the blank(s) with correct word
Computer Science & Information Technology
From a command prompt, a technician is removing some old user profiles from a desktop. Which of the following commands would be used to delete folders after they have been emptied?
A. SFC B. MSCONFIG C. RD D. EDIT
Computer Science & Information Technology