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
4 and 5 lines will compile successfully.
2024 Jan 27, 1:01:05 PM
or Read more about C# Quizzes
Login in to like
Login in to comment