Skip to content
Loading
What result would print from the following code snippet Console.WriteLine("1234".GetType()); A:) Application won't compile B:) 1234 System.String C:) System.String D:) None of above