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
Great that you share the root cause.
This is why it is ok to keep this post, helping to answer similar ones.