Question 1  of   13

What will be the output of the following code? for (;;) { Console.WriteLine("for(;;)"); break; }

A. [Infinite loop]
B. [No output]
C. [Compiler Error]
D. for (;;)