Blog

What is the output of the code below?

int counter;
for (counter = 0; ; ) {
Console.WriteLine(counter);
}