Which is the correct declaration of the Main() method

A) static long Main()
{
return 300;
}
B) static int Main()
{
return;
}
C) static void Main()
{
return;
}

 Posted by Ddd on 1/26/2011 | Category: C# Interview questions | Views: 9185 | Points: 40
Select from following answers:
  1. Option A
  2. Option B
  3. Option C
  4. None
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response