CBSE Class 11 Computer Science Question 61 of 114

Tuples — Question 13

Back to all questions
13
Question

Question 13

Do min( ), max( ) always work for tuples ?

Answer

No, min( ), max( ) does not always work for tuples. For min( ), max( ) to work, the elements of the tuple should be of the same type.

Answer