CBSE Class 11 Computer Science Question 49 of 114

Tuples — Question 1

Back to all questions
1
Question

Question 1

Discuss the utility and significance of tuples, briefly.

Answer

Tuples are used to store multiple items in a single variable. It is a collection which is ordered and immutable i.e., the elements of the tuple can't be changed in place. Tuples are useful when values to be stored are constant and need to be accessed quickly.

Answer