The
continue statement cannot be used with
a) switch
b)
while loop
c) do while loop
d) nested loop
……. is not a loop structure?
a) switch
b) while loop
c) do while loop
d) nested loop
Statements can only be used inside the body of loop is called……..
a) if
b) break
c) continue
d) switch