Programming Languages
C++
Objective
Mar 18, 2013
When following piece of code is executed, what happens?
b = 3;
a = b++;
Detailed Explanation
Option A is the right answer.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts