Computer Science, asked by theperfection7071, 1 year ago

void main()
{int x=20;
cout<<++x<<x<<x++<<x<<++x;
 }
What the answer would be and how in c++

Answers

Answered by santhosh61
0
,the ans21. **++:+;:--*;++/&':'?+-*':;;/

theperfection7071: i think it is wrong because i typed in the system and got the output
theperfection7071: 2322212121
santhosh61: ok
theperfection7071: any idea how
Similar questions