(Choose 1 answer)
Which of the following entry point of the application does not the C# compiler accept?
A. public static void Main(int[] args)
B. public static int Main()
C. public static int Main(string[] args)
D. public static void Main(string[] args)
Exit 45