Computer Science, asked by Thanu2622, 1 year ago

What is meant by an infinite loop?Give an example

Answers

Answered by stuti49
16
the loop which continues to execute infinitely as it lacks the command to exit the loop.
while(true)
{……………
,………………
}
Answered by jaydeep2398
9

Explanation:

example - u can take any program on while loop

Attachments:
Similar questions