Computer Science, asked by sunitagupta54637, 10 months ago

What is an infinite loop?

Answers

Answered by Anonymous
13

Answer:

hey dude here is your answer

An infinite loop (sometimes called an endless loop ) is a piece of coding that lacks a functional exit so that it repeats indefinitely. ... Usually, an infinite loop results from a programming error - for example, where the conditions for exit are incorrectly written.

plz mark it brainlist

Answered by ranvirlodh
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.

Similar questions