#include<stdio.h>
#include<stdlib.h>
Int main()
{
      int a=2,b=3,c=4,d=10; 
      printf("%d %d %d %d",a++,--b,++c,d--);
}

Posted on by