Which part of loop specifies the change in counter variable after each execution of loop?
a) both c & d
b) condition
c) increment
d) decrement
The loop is terminated when the condition becomes….
a) true
b) false
c) not false
d) none of these
Which loop structure condition will comes before the body of loop?
a) while
b) do…. while
c) for
d) both b & c
Which of the following loop condition comes after body of loop?
a) while
b) do…. while
c) for
d) both b & c
The statement within curly braces in a loop is known as loop…….
a) body
b) title
c) header
d) center
A…variable that is regularly incremented and decremented each time a loop iterates.
a) constant
b) control
c) terminator
d) counter