MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the final value of c in the following s statement? (Initial value: s = 2)s <<= 1; |
| A. | s = 4; |
| B. | s = 1; |
| C. | s = 2; |
| D. | s = 3; |
| E. | None of these |
| Answer» B. s = 1; | |