Which of the following statements are true with respect to looping statements?
Answer options
A
initial condition must be applied before the loop begins to execute
B
conditional statements are not allowed within a loop
C
A loop should run infinite number of times
D
the condition under which the iterative process should get terminated must be given
E
looping statement can be nested and can have decision making statements
Correct answer: initial condition must be applied before the loop begins to execute, the condition under which the iterative process should get terminated must be given
Explanation
The source marks the correct answer as: initial condition must be applied before the loop begins to execute; the condition under which the iterative process should get terminated must be given.