Question 1  of   8

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

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