A
Q. What is the output of the following code?
Code:
int x = 10;
System.out.println(x++);
System.out.println(x++);
- Correct Answer - Option(A)
- Views: 15
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.