PART 1: MULTIPLE CHOICE QUESTIONS.
In a nested loop, for each iteration of outer loop, the inner loop executes
A. Once
B. twice
C. thrice
D. any number of times.
In a for loop, the continue keyword causes control to immediately jump to the
A. Condition
B. update
c. out of the loop
D. none.
. The following code 'for(;;)' represents an infinite loop. It can be terminated by
B. exit
A. Break
D. all of them.
c. continue
Answers
Answered by
1
Answer:
a- twice,b-none,c-continue
Similar questions