1)Type t1 = typeof(System.Int32); 2)Type t2 = Type.GetType("System.Int32"); 3)Type t3 = Type.GetType(System.Int32); 4)Type t4 = System.Int32.GetType();
Login in to like
Login in to comment
or Read more about C# Quizzes
Login in to like
Login in to comment