What is the value of y?swiftvar x: Int?let y = x ?? 5

🎲 Try a Random Question  |  Total Questions in Quiz: 69  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Swift Programming Quiz — practice the complete quiz, review flashcards, or try a random question.

Swift Programming  MCQs For LinkedIn Skill Assessments.


What is the value of y?<br>swift<br>var x: Int?<br>let y = x ?? 5<br>