Skip to content

Instantly share code, notes, and snippets.

@Yi-Tseng
Created September 5, 2012 16:59
Show Gist options
  • Save Yi-Tseng/3639942 to your computer and use it in GitHub Desktop.
Save Yi-Tseng/3639942 to your computer and use it in GitHub Desktop.
int a = 1;
printf("%d\n",a++);
int b = 1;
printf("%d\n",++b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment