BASIC STRUCTURE OF CPP

2^3=?
1
3
2
0
int a=4;
cout<<++a<<" ";
cout<<a++;
What will be output?
5 5
5 6
4 5
4 6
char c='a'; int b=c; cout<<b;
97
98
1
2
Int a=5/2; cout<
2
3
2.5
Some error
Size of double (in bits)
4
8
12
1
{"name":"BASIC STRUCTURE OF CPP", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"2^3=?, int a=4; cout<<++a<<\" \"; cout<<a++; What will be output?, char c='a'; int b=c; cout<<b;","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Make your own Survey
- it's free to start.