Skip to content

Instantly share code, notes, and snippets.

@JIElite
Created November 8, 2014 12:10
Show Gist options
  • Save JIElite/17dfe2166fc2834a0fb8 to your computer and use it in GitHub Desktop.
Save JIElite/17dfe2166fc2834a0fb8 to your computer and use it in GitHub Desktop.
{
// 只是單純的assign
//複製number的值然後給num 這個區域變數,沒有更變number
int num;
num = number;
statement
...............
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment