0
What is the time limit for execution?
When I write an infinite while loop it stops execution after some time stating time limit exceeded.
1 Answer
+ 2
The limitatation depends on where the program is running, many programs do have an (infinite) while loop witch is broken just to exit from program.