Increment your increment skills...?
#includestdio.h
int main()
{
int s=16;
printf("%d%d%d%d",s++,++s,s++,++s,s++);
return 0;
}

Posted on by