A
Q. Find the output of the following code.
Code:
int ++a = 100;
System.out.println(++a);
System.out.println(++a);
- Correct Answer - Option(B)
- Views: 11
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.