Which statement is/are correct ?
In C#, we can define one and only one main( ) method .
If there is more than one main( ) method defined in your programme ,the compiler will return compile time error.
If there is more than one main( ) method defined you can explicitely tell the compiler which main( ) method is to be used as the entry point.
All the statements are wrong