A Admin • 670.22K Points Coach Report Q. Which of the following declares an empty dictionary? (A) let dict = Dictionary<String, Int>() (B) let dict = {} (C) let dict = [String: Int: String]() (D) let dict = [String, Int]() Correct Answer - Option(A) Views: 1 Filed under category Swift (iOs) Hashtags: Share Manage Tags
Discusssion
Login to discuss.