MCQs>IT & Programming>C#>What will the following program print on the console: static void Main(string[] args) { var i = typeof(void); Console.WriteLine(i.Name); }
C# MCQs
What will the following program print on the console: static void Main(string[] args) { var i = typeof(void); Console.WriteLine(i.Name); }
Answer
Correct Answer: It will print "Void" on the console
Explanation:
Note: This Question is unanswered, help us to find answer for this one