Mobile Development Swift Mcq
Oct 04, 2025

What is the correct way to create an empty array of integers?

Choose the correct answer:
A) var arr = [Int]()
B) var arr = []
C) var arr = Array<Int>()
D) Both A and C
Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback