A
Q. What is the output of the following code?
Code:
let list = [1, 2, 3, 4, 5]
print(list.first)
print(list.first)
- Correct Answer - Option(C)
- Views: 10
- Filed under category Swift (iOs)
- Hashtags:
Discusssion
Login to discuss.