Multiple Choice
A loop that continues to execute endlessly is called a(n) ____ loop.
A) end
B) unhinged
C) infinite
D) definite
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: In _ structures, the computer repeats particular
Q9: In a while and for loop, the
Q10: Consider the following code. This code is
Q11: The following while loop terminates when j
Q12: Consider the following code.(Assume that all variables
Q14: Which of the following loops does not
Q15: In a counter-controlled while loop, the loop
Q16: What executes immediately after a continue statement
Q17: The control variable in a flag-controlled while
Q18: Assume that all variables are properly declared.The