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