main ()  
{
int x;
x = 4 % -5 + 6 % 5;
printf("\nx = %d", x);
}

Posted on by