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