CBSE Class 11 Computer Science Question 1 of 114

Tuples — Question 1

Back to all questions
1
Question

Question 1

Why are tuples called immutable types?

Answer

Tuples are called immutable types because we cannot change elements of a tuple in place.