This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

modulo function problem in keil

i have problem with keil 

int mode = -1;
if (mode%5 == 0)

{

xyz();

}

In the keil above if condition becoming true but in other compiler this same condition not becoming true what is the reason behind this