Select from following answers:- Console.WriteLine("equal");
- Console.WriteLine("unequal");
- None of these
- All Above
Console.WriteLine("unequal");
Is correct since s and p contain the references of
2 different objects and their references are being compared.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator