We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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