int i = "s"; //1 object o = 5; //2 object o2 = "123"; //3 object o3 = delegate() { return 0; } //4 Delegate d = delegate() { return 0; } //5
Login in to like
Login in to comment
or Read more about C# Quizzes
Login in to like
Login in to comment