Google News
logo
C# - Quiz(MCQ)
Which of the following methods is an entry point in the C# console program?
A)
public static void main()
B)
public static void Main()
C)
public static void Program()
D)
None of the Above

Correct Answer :   public static void Main()

Advertisement