Accenture Accenture Primer Practice Question
What is true about FOR LOOP?Answer options
A
For loop executes the statement without checking the condition
B
For loop cannot be nested
C
In for loop, the exact number of iterations is known
D
For loop executes the statements at least once even if the condition is false
Correct answer: In for loop, the exact number of iterations is known
Explanation
The source marks the correct answer as: In for loop, the exact number of iterations is known.