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;
}
Be the first to start discuss.
Related MCQs
Q. If all the variables of a stream are independent of time it is said to be in
Q. Which of the following materials demonstrate viscoelastic behaviour?
Q. Which of the following is the symptom of bad layout?
Q. The electricl resistarice of a wire is
Q. Which of the following is usually made of high carbon steel?
Q. There are 14 atoms in a unit cell of
Q. Which of the following assumes constant molal vaporisation and overflow?
Discusssion
Login to discuss.