

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the above fraction of code ?int ++a = 100 ; System.out.println( ++a ) ; |
A. | 100 |
B. | Displays error as ++a is not enclosed in double quotes in println statement |
C. | Compiler displays error as ++a is not a valid identifier |
D. | None of these |
Answer» D. None of these | |