Q45
What will be the output of the following C# code? static void Main(string[] args) Console.WriteLine("HI"); continue; Console.WriteLine("Hello"); Console.ReadLine();
A.
Hi Hello
B.
Hi
C.
Hello
D.
Compile time error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board