What is the purpose of ?? (Two question mark) in C#? Example : Class object ??= new Class();
Correct Answer: It is the null coalescing operator, similar to the ternary (immediate-if) operator.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions