Answer:
It will return True.As contains method returns True if it finds value inside List otherwise False.
Here,lst_course have C# item.And Contains method is checking whether C# is there in a List.So it will find C# inside lst_courses.So it will return True.
So the value of is_contains will be True.
Asked In: Many Interviews |
Alert Moderator