#include<stdio.h>
#include<stdlib.h>
int main()
{
int a=110;
printf(“%d %d %d %d”,++a,++a,a++,a++);
}

Posted on by