Q. int ++a = 100 ;
System.out.println( ++a ) ;
What will be the output of the above fraction of code ?
β
Correct Answer: (C)
Compiler displays error as ++a is not a valid identifier