Multiple Choice
What will be the values of x, m and n after execution of the following statements? Int x, m, n;m=10; n=15;x= ++m + n++;
A) x=25, m=10, n=15
B) x=27, m=10, n=15
C) x=26, m=11, n=16
D) x=27, m=11, n=16
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: In object oriented programming the focus is
Q2: In procedural programming the focus in on
Q3: Which of the following is true about
Q4: Which of the following is true about
Q5: Which type is best suited to represent
Q7: C++ programmers concentrate on creating , which
Q8: In C++, const qualifier can be applied
Q9: Which of the following feature of procedure
Q10: Which of the following functions are performed
Q11: Which of the following control expressions are