Ask Question
8 November, 20:24

You're programming an infinite loop. What must you include in your code to prevent crashes?

+2
Answers (2)
  1. 8 November, 20:37
    0
    You have to put repeat
  2. 9 November, 00:12
    0
    Usage of delay function in the code to prevent crashes when programming an infinite loop.

    Explanation:

    Nothing bad happens due to an infinite loop when it releases all the allocated memory before the loop ends. The issues arises when an infinite loop consumes resources inside the loop or creating a new memory allocation inside the loop. The code need to written in such a manner that when a loop does not exist in a certain time the error must be thrown to handle the infinite loop.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “You're programming an infinite loop. What must you include in your code to prevent crashes? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers