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

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

ANSWER DOWNLOAD EXAMIANS APP