

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following code snippet. The final output for the shift() is |
A. | 1 |
B. | [4,5] |
C. | [3,4,5] |
D. | Exception is thrown |
Answer» B. [4,5] | |