Computer Science, asked by Devdatta2004, 8 months ago

what is meant by infinite loop ​

Answers

Answered by subhampadhan951
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 Anonymous
3

</p><p>{\huge{\boxed{\overline{\underline{\mid{\mathscr{\red{Answer}}}}}}}}</p><p>

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