Quiz on Nullable Operators

Evaluate yourself on what you have learned about nullable operators.

We’ve learned to use the ?. operator with objects, but it also works with arrays to retrieve their elements. For example, let’s use ?. to access the first element of a null and an uninitialized array.

Get hands-on with 1200+ tech skills courses.