Find the output of this code :

int ++a = 100;
System.out.println(++a);


Posted on by