Loops
Which of the following is used for executing single statement or block of statements?
a) decision structure
b) loops
c) switch statement
d) none of these
Which of the following are very important used in loops?
a) control structures
b) control programs
c) control execution
d) control application
A sequence of instruction that is continually repeated is called……
a) loop
b) program
c) algorithm
d) flowchart
What is/are the advantages of loop?
a) save time
b) save effort
c) both a & b
d) none of these
How many types of loops available in C?
a) one
b) two
c) three
d) four
Explanation: while do while, for