It’s a simple two line code….. yet so many get it wrong.
<code>
int x = 3;
int result = x– * 3 / –x;
</code>
So what would “result” evaluate to? DON’T programming it, try it first.
It’s a simple two line code….. yet so many get it wrong.
<code>
int x = 3;
int result = x– * 3 / –x;
</code>
So what would “result” evaluate to? DON’T programming it, try it first.
Leave a comment