Which of the following is not true about while and do while loop? (a) while loop is entry control and do-while is exit control. (b) do-while must be executed atleast once and while loop may execute once or not. (c) ‘;’ is given after while in both while and do-while loop. (d) Condition is given in while statement in both while and do-while loop.
Reveal answer
Fill a bubble to check yourself