What result would print from the following code snippet
December 14, 2014 by pramod thakur in Interview Question
Q:) 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
A:) System.String
Like this:
Like Loading...
Related
Tags: C-sharp, C#, Csharp, interview Question