True/False
The following for loop is an infinite loop::
for(int j = 0; j < 1000;) i++;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Control in a switch statement jumps to
Q6: Which of the following statements are true
Q7: How many times will the following nested
Q8: Write a do loop to obtain a
Q11: A for statement is normally used when
Q12: The following for loop is odd in
Q13: If a break occurs within the innermost
Q14: A continue statement<br>A) may be used within
Q15: A loop can be used in a
Q27: Write code that outputs all of the