+ 1
How do you make a loop infinite
Please tell me im in desprit need
9 Answers
+ 2
It doesnt really matter
+ 1
In loop pass condition which is always true
Like
while(1){
//Your code block
}
Above loop is infinite
In what language your trying to implement this ?
+ 1
Thank you so much
+ 1
I actually asked that cause some languages have different syntax for looping like python.
+ 1
You can also try
for(;;){}
0
Anybody please
0
Oh and by the way html, javasript, or css
0
Ya i know
0
Oh thank you so much