what is infinite loop
Answers
Answered by
3
A loop that never ends or lacks a termination condition is called an infinite loop.
Answered by
1
Answer:
An Infinte loop is a loop which runs infinetly and cannot be stopped from running until and unless the aplication or program is closed. It usually has a true condition that is never changed for example 1 == 1 or 2+2 == 4
Similar questions