+ 1
Can anyone explain this question? I just want to know that how this code is implementing and giving output. Please explain it.
5 Respuestas
+ 2
Its very hard...After hours of debugging of your code, i have concluded that It do nothing because its empty
+ 2
oops! sorry for that...may be it was erased due to some reason but now I've updated it again. please check that link again
+ 2
That code print 25-50 BUT because 25 its treated like an unsigned int (thanks to u postfix) all the final subtration will be valutated like unsigned int of -25 that its equals to 2^32-1-25
+ 2
thanks KrOW for your support and valuable answer😊👍
+ 2
You are welcome 👍👍👍