MCQS | Which among the following is the feature of tuple in Swift?

Question:Which among the following is the feature of tuple in Swift?

1.A tuple type is a comma-separated list of types, enclosed in parentheses.

2.The values within a tuple can be of any type

3. Tuples can be decomposed into individual variables

4.All of the above