Consider the following program: void main () { foo (); } void foo () { for ( ; ; ) ; } The code will complete after how many iterations?
Reveal answer
Fill a bubble to check yourself
Consider the following program: void main () { foo (); } void foo () { for ( ; ; ) ; } The code will complete after how many iterations?