1 QUESTION 106 QUESTION 106

5. 1 Question 106 Which of A,B,C,D,E is/are wrong ? A. static int Main(string []args) { //block of statements return (0); } B. static void Main() //block of statements return ; C. static int Main() //block of statements return 1; D. static uint Main(string []str) //block of statements return 0; E. Static public void Main(System.String [] s) Select answer :