What is the result?

Given the code fragment:
int a = 0;
a++;
System.out.printIn(a++);
System.out.printIn(a);
What is the result?
A. 12
B. 01
C. 11
D. 22

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.