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?

  1. L[5]
  2. L[4] ✓
  3. L[-1] ✓
  4. L[6]
Answer