M
Q. What is the output of the folloeing code?
#include <iostream>
using namespace std;
int main()
{
int a = 10, b = 20;
a = a++;
b = ++b;
cout << a << b;
return 0;
}
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Related MCQs
Q. In laminated object manufacturing (LOM), which of the following cutting strategy is preferable?
Q. A gas turbine power plant suits as
Q. Nozzles are used to control the ___________
Q. Stiffness matrix depends on
Q. For pressure ratio = 1, efficiency = 0, then?
Q. In order to achieve maximum possible fuel economy the design features which will be affected are
Question analytics

Discusssion
Login to discuss.