How many times the initialization expression is executed in a loop.
Twice
More than twice
Once
Many
Which of the following tests loop condition before loop body execution?
Pre tested loop
Post-tested loop
Bottom-tested
Empty loop
Which statement is used to transfer program control within a function unconditionally?
Jump statements
Looping statement
Conditional statement
Branching statement
Where can we initialize the loop variable for a while loop?
Inside the loop
After the loop
Before the loop
Any where in the loop
Which of the following loop gatheres all the loop control elements in one place?
while
for
do
do while
What is it called for the program area inside which a variable can be accessed?
Variable scope
Declaration of variable
Access of variable
Variable initialization
What do you mean by a loop that contain another loop in its body?
Infinite loop
Top-tested loop
Nested loop