Skip to content

Instantly share code, notes, and snippets.

@aledruetta
Last active March 5, 2021 13:17
Show Gist options
  • Save aledruetta/1f56cdd6bdda07e6d1620996319f8d26 to your computer and use it in GitHub Desktop.
Save aledruetta/1f56cdd6bdda07e6d1620996319f8d26 to your computer and use it in GitHub Desktop.
int num = 7;
printf ("Endereço de num: %p\n", &num);
/* Saída:
Endereço de num: 0x7ffee3733b3c
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment