Q. 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++; (Solved)
1. x=25, m=10, n=15
2. x=27, m=10, n=15
3. x=26, m=11, n=16
4. x=27, m=11, n=16
- c. x=26, m=11, n=16
1. x=25, m=10, n=15
2. x=27, m=10, n=15
3. x=26, m=11, n=16
4. x=27, m=11, n=16