Select from following answers:- Null-coalescing operator
- Conditional operator
- short-circuiting operator

- All Above
The null-coalescing is used to provide a default value.
Short-circuiting enables you to see whether a value is null and call a
member on it in one and statement.
Show Correct Answer
Source: microsoft exam(C#) | |
Alert Moderator