#includestdio.h
int main()
{
int a=4, b=2,
printf ("%d", a---b);
return 0;
}
Output is

Posted on by