JAVA Operators
int ++a = 100 ; System.out.println( ++a ) ;What will be the output of the above fraction of code ?

None of these
100
Displays error as ++a is not enclosed in double quotes in println statement
Compiler displays error as ++a is not a valid identifier

ANSWER DOWNLOAD EXAMIANS APP