void main()
{int x=20;
cout<<++x<<x<<x++<<x<<++x;
}
What the answer would be and how in c++
Answers
Answered by
0
,the ans21. **++:+;:--*;++/&':'?+-*':;;/
theperfection7071:
i think it is wrong because i typed in the system and got the output
Similar questions