Computer Science, asked by harshitkumar00010, 5 months ago

write briefly about the infinite loop​

Answers

Answered by thirupathiavunoori76
1

Answer:

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.

Similar questions