An infinite loop cannot terminate on its own. true and false
Answers
Answered by
1
Answer:
An infinite loop cannot terminate on its own. False
explaination:
Infinite loop are loop which never ends. A loop becomes infinite loop if a condition never becomes FALSE. We can create an infinite loop using while statement. If the condition of while loop is always True , we get an infinite loop.
Answered by
4
Answer:
An infinite loop cannot terminate on it's own .
FALSE❌
Similar questions