0
Can somebody please leave exercises?
I'm in the topic of Increment and decrement operators, please I want somebody leave me exercises about this topic, I want to practice more.
1 Resposta
+ 2
int i=3;
1. ++i + i ++;
2. i++ + ++i;
3. i++*i++/++i
4.++i*i--*i++/i--