1
Answer

Return type of Main() method in C#

Why Main() method in C# can only return either a int value or void ?

Answers (1)