-
Infinite loop and how can it be useful?
With an embedded microprocessor, there is no good reason to 'end the program'. So, the running guts of the main would live inside an infinite loop.
main( )
{
initialize...
for( ; ; )
{
...
-
What causes infinite loops?
Quite simply: a circular function in the programming, not going anywhere.
-
How does infinite loop terminate?
It comes from its name: it doesn't terminate, the user have to interrupt the program-run (in the worst case: power off the computer).
The infinite loop is also used to program loops with...
-
Why for loop is not terminated in c?
Of course the for loop is terminated in C. All statements are terminated. Look at the syntax of the for statement... for (init-statement; test-condition; loop-statement) body-statement; That looks...
-
How do you do the infinite loop on Portal?
If a game is hard you wanna know what i do? go to my favorite game site WWW.Arcadeprehacks.com <-------------Hacked games