MCQOPTIONS
Saved Bookmarks
| 1. |
What will happen if reverse() and join() methods are used simultaneously? |
| A. | Reverses and stores in the same array |
| B. | Reverses and concatenates the elements of the array |
| C. | Reverses |
| D. | Stores the elements of array in normal order |
| Answer» D. Stores the elements of array in normal order | |