To indicate position of an element from the end of the list ____ is used.
(a) len()
(b) pop()
(c) negative indexing
(d) slicing
Answer:
Negative indexing is used to indicate position of an element from the end of the list.
So, the correct answer is (c).