CBSE Class 11 Computer Science
Question 36 of 104
List Manipulation — Question 24
Back to all questions 24
Question Question 24
Which of the following searches for an element in a list and returns its index?
- search( )
- find( )
- index( ) ✓
- lsearch( )