answersLogoWhite

0

In C/C++, this code

int a = 5;

return a+++++a;

leads to error. However, writing

int a = 5;

return (a++ + ++a);

returns 12. Note that in other languages "a=5; a+++++a" leads to different results :)

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine

Add your answer:

Earn +20 pts
Q: A equals 10 b equals a plus plus plus plus plus a?
Write your answer...
Submit
Still have questions?
magnify glass
imp