What is the value of alpha[2] after the following code executes? 
int alpha[5];int j;for (j = 0; j < 5; j++)  alpha[j] = 2 * j + 1; 

A. 1
B. 4
C. 5
D. 6

Answer: C

Computer Science & Information Technology

You might also like to view...

The ________ Pane enables you to move through a long document more easily

Fill in the blank(s) with correct word

Computer Science & Information Technology

There are more than ________ functions built into Excel

Fill in the blank(s) with correct word

Computer Science & Information Technology