R
Q. What is the output of the code below?
Code:let str = "Hello" print(str.uppercased())
Here, you will find a collection of MCQ questions on Swift (iOs). Go through these questions to enhance your preparation for upcoming examinations and interviews.
To check the correct answer, simply click the View Answer button provided for each question.
Have your own questions to contribute? Click the button below to share your MCQs with others!
+ Add QuestionR
let str = "Hello" print(str.uppercased())
R
R
R
R
R
R
let name = "Swift"
for char in name {
print(char)
}
R
R
R
If you want to share an MCQ question in this category, it's a great idea! It will be helpful for many other students using this website.
Share Your MCQ