Solved

What Is the Value of Alpha[2] After the Following Code \quad

Question 18

Multiple Choice

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


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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions