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