Suppose a HashTable named "upwork" maintains a collection of project areas and the name of the best freelancer in each area. Which of the following is the correct way to find out whether the project area "C# programming" is present in the collection or not?
Correct Answer: upwork.ContainsKey("C# programming");
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions