Contents

The continue statement cannot be used with…
a) switch                                               
b) while loop
c) do while loop   
d) nested loop

a

Which statement control shift back to the beginning of the loop?
a) default                             
b) break
c) continue                           
d) loop

c

In do-while loop the condition executes
a) after body                       
b) before body
c) both a & b                       
d) none of these

a