A
Q. What will be the output of the above fraction of code ?
Code:
int ++a = 100 ;
System.out.println( ++a ) ;
System.out.println( ++a ) ;
- Correct Answer - Option(C)
- Views: 5
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.