+ 3
What is the output of this code
Int a = 0; if(a++) cout<< ++a*4; else cout<< ++a*2;
3 Answers
+ 2
4
Make sure int is lowercase.
You can run this by going to the 'code' tab and pressing the plus. This will allow you to write code.
+ 1
4
0
Just run this code in compiler given in this app only, you will come to know.
Thanks