Skip to content

Instantly share code, notes, and snippets.

@vishalarora91
Last active August 29, 2015 14:27
Show Gist options
  • Save vishalarora91/f7df256e848ac2f0b2e5 to your computer and use it in GitHub Desktop.
Save vishalarora91/f7df256e848ac2f0b2e5 to your computer and use it in GitHub Desktop.
int main(void){
int a=1;
printf( "%d %d %d",a,++a,a++);
getch();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment