Multiple Choice
Which of the following for headers is syntactically incorrect
A) for (int i = 1; i < 10;)
B) for (; i == 3;)
C) for (i == 3)
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: Which of the following will count down
Q55: In structured programming,the only two ways to
Q56: The continue statement is used to undo
Q57: A case that consists of multiple lines
Q58: Compressing statements before and in a for
Q59: The && operator has higher precedence than
Q61: The logical exclusive OR operator is true
Q63: Counting loops should be controlled with values.<br>A)
Q64: A loop that counts down from 10
Q65: Some compilers will automatically remove from loops