what is meant by infinite loop
Answers
Answered by
4
Answer:
An infinite loop is a sequence of instructions in a computer program which loops endlessly, either due to the loop having no terminating condition, having one that can never be met, or one that causes the loop to start over. ... Busy wait loops are also sometimes called "infinite loops".
Answered by
3
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.
Follow Me ✌️✌️✌️
Similar questions