What is an infinite loop or continuous loop?
Answers
Answered by
17
Answer:
In computer programming, an infinite loop is a sequence of instructions that, as written, will continue endlessly, unless an external intervention occurs. It may be intentional.
Answered by
5
Answer:
In computer programming, an infinite loop is a sequence of instructions that, as written, will continue endlessly, unless an external intervention occurs. It may be intentional
Similar questions