CBSE Class 11 Computer Science
Question 15 of 104
List Manipulation — Question 3
Back to all questions 3
Question Question 3
Which of the following will return the last element of a list L with 5 elements?
- L[5]
- L[4] ✓
- L[-1] ✓
- L[6]
Which of the following will return the last element of a list L with 5 elements?