Which of the following is a valid syntax of entry point for all C# programs?
1.Static void Main(string[] args)
2.static Main(string[] args)
3.static void Main(string[] args)
4.static Main(string args)
Answer:3
Posted Date:-2022-08-15 12:28:16