What is meant by an infinite loop?Give an example
Answers
Answered by
16
the loop which continues to execute infinitely as it lacks the command to exit the loop.
while(true)
{……………
,………………
}
while(true)
{……………
,………………
}
Answered by
9
Explanation:
example - u can take any program on while loop
Attachments:
Similar questions