Infomax Computer Academy
Report Bug
Qus :
When the following piece of code is executed, what happens?
b = 3;
a = b++;
Qus
A. a contains 3 and b contains 4
B. a contains 4 and b contains 4
C. a contains 4 and b contains 3
D. a contains 3 and b contains 3
Solution
A. a contains 3 and b contains 4
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others