Computer Science, asked by kajlamohit2468, 4 days ago

2. If the condition of while loop is always true, you get an infinite loop.True or False.​

Answers

Answered by allindia1630
0

You can generate an infinite loop intentionally with while True . The break statement can be used to stop a while loop immediately.

Answered by naveednadeem13
0
True
Because it will only terminate when the condition is fulfill
Similar questions