Skip to content

Instantly share code, notes, and snippets.

@thinkphp
Created April 23, 2016 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkphp/461d4357079846ad63a7fa8061f34237 to your computer and use it in GitHub Desktop.
Save thinkphp/461d4357079846ad63a7fa8061f34237 to your computer and use it in GitHub Desktop.
int **pp;
int *p;
int ii;
p = ⅈ
pp = &p;
**pp = 2016;
printf("%d", ii); //display 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment