How to terminate infinite loop.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to terminate infinite loop.?

That's it

7th Feb 2017, 8:55 PM
Susmit Kumar
Susmit Kumar - avatar
3 Answers
0
Ok. I will check it
7th Feb 2017, 9:10 PM
Susmit Kumar
Susmit Kumar - avatar
0
If you mean you have an infinite loop that is running in the terminal or your IDE, usually cntrl + c will stop the program. Otherwise, you need to define a condition within the loop that will end its execution.
7th Feb 2017, 9:13 PM
ChaoticDawg
ChaoticDawg - avatar
0
you can terminate an infinite loop with a if condition and a break or exit inside when it's true
7th Feb 2017, 9:41 PM
Fizzy