dibawah

int main ()
{
  int x = 7 % 4 * 3 / 2;
  prinif("Value of x is %d", x);
}
Enthusiastic Elephant