NONE OF THE ABOVE QUESTION 92

4. None of the above Question 92 : What is the output of following C# code? class MainClass { static long afield = 1212; static MainClass() { System.Console.Write(aField); } MainClass() aField = 1000; static void Main() } Select answer :