What will the following code display?

int numbers[] = {99, 87, 66, 55, 101};
for (int i = 1; i < 4; i++)
cout << numbers[i] << " ";

a. 99 87 66 55 101
b. 87 66 55 101
c. 87 66 55
d. Nothing. This code has an error.

c. 87 66 55

Computer Science & Information Technology

You might also like to view...

A single table can contain at most one tag.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

How do Trojan programs operate?

What will be an ideal response?

Computer Science & Information Technology