Skip to content

Instantly share code, notes, and snippets.

@dacc
Created May 18, 2010 02:34
Show Gist options
  • Save dacc/404531 to your computer and use it in GitHub Desktop.
Save dacc/404531 to your computer and use it in GitHub Desktop.
int i = 0;
int j = 3;
j = i;
i = 2;
// value of j is 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment