Last active
March 5, 2021 13:17
-
-
Save aledruetta/1f56cdd6bdda07e6d1620996319f8d26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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