A loop within a loop is called…..
a) nested loop
b) complex loop
c) infinite loop
d) dual loop
The loop which never ends is called……
a) infinite loop
b) running loop
c) continuous loop
d) nested loop
This statement is used to skip some statements inside loop…..
a) continue
b) default
c) switch
d) skip
How many numbers of expressions in for loop?
a) 1
b) 3
c) 2
d) 4
Explanation: initialization, condition, counter
A for loop contains three expressions: initialization, condition and
a) assignment
b) validation
c) increment/decrement
d) recalling
Which part of for loop is executed only once?
a) condition
b) validation
c) initialization
d) all of these