What is the inferred type of x?swiftlet x = ['a', 'b', 'c']

🎲 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 inferred type of x?<br>swift<br>let x = ['a', 'b', 'c']<br>