Ask Question
27 February, 17:49

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

+5
Answers (2)
  1. 27 February, 17:53
    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.
  2. 27 February, 18:06
    0
    You have to put repeat
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers