Can i have more than Main() function in c#. Give the explanation
Munesh Sharma
It is possible to have multiple Main() methods in C# program. But, you have to explicitly identify which Main method is the entry point at the run-time.
Yes,We can have more than one Main function in C# program.............