1.

Select the output for the following set of code : { int i; Console.WriteLine("Hi"); for (i = 1; i <= 10; i++) Program.Main(args); Console.ReadLine(); }

A. Prints Hi for one time
B. Prints Hi for infinite times
C. Stack overflow exception Condition generated
D. None of above mentioned
Answer» D. None of above mentioned


Discussion

No Comment Found