Swift - Optionals
Which of the following Swift code snippets correctly uses the nil coalescing operator to assign a non-optional string to
result?result??? is used to provide a default value if the optional is nil.?? correctly; others use invalid or different operators.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions