Accenture Software Engineering Practice Question
What is true about FOR LOOP?Answer options
A
For loop executes the statement without checking the condition
B
In for loop, the exact number of iterations is known
C
For loop cannot be nested
D
For loop executes the statements at least once even if the condition is false
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.