Statements can only be used inside the body of loop is called…
a) if
b) break
c) continue
d) switch
Which of the following is not a loop structure?
a) switch
b) while loop
c) do while loop
d) nested loop
The continue statement cannot be used with……….
a) switch
b) while loop
c) do while loop
d) nested loop
Which statement control shift back to the beginning of the loop?
a) default
b) break
c) continue
d) loop
In do-while loop the condition executes
a) after body
b) before body
c) both a & b
d) none of these
…are used to alter the flow of execution of program.
a) control structures
b) control programs
c) control execution
d) control application