(Choose 1 answer)
A. public static void Main(int[] agrs)
Which of the following entry points of the application does not the C# compiler accept?
B. public static int Main()
C. public static int Main(string | Arguments)
D. public static void Main(string[] Arguments)
Exit 48