What is an indefinite loop?
A a loop for which the time to run is not predetermined
B a loop that has the same name for an infinite loop
C a loop for which the number of iterations is not predetermined
D a loop that never ends

See Answers (1)

Accepted Answer

An indefinite loop is: C a loop for which the number of iterations is not predetermined.What is a looping structure?A looping structure can be defined as a type of function that is designed and developed (written) to instruct a computer to repeat specific statements, especially for a certain number of times based on some condition(s).This ultimately implies that, a computer would repeat particular statements for a certain number of times (iterations) based on some condition(s) in looping structures.In Computer technology, an indefinite loop simply refers to a type of  loop in which the number of times (iterations) for which a statement should run is not predetermined by the programmer.Read more on loop here: brainly.com/question/26130037#SPJ1

Related Question in Computers and Technology