what is infinite or continous loop
Answers
Answered by
1
An infinite loop (sometimes called an endless loop ) is a piece of coding that lacks a functional exit so that it repeats indefinitely. In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached.
Answered by
3
Answer:
A set of instructions in a program that are repeated until interrupted. The main event loop in an application is an example. The loop keeps repeating until a keyboard, mouse or tap event occurs. See event loop.
Explanation:
hope this helps you mate xD
Similar questions