MCQOPTIONS
Saved Bookmarks
| 1. |
Suppose a list with name arr, contains 5 elements. You can get the 2nd element from the list using: |
| A. | arr[-2] |
| B. | arr[2] |
| C. | arr[-1] |
| D. | arr[1] |
| Answer» E. | |