Last active
August 24, 2019 15:20
-
-
Save aledruetta/5ca31f601173a677b17430c6a4077045 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
printf ("Valor no endeço apontado por ptr: %d\n", *ptr); | |
/* Saída: | |
Valor da variável apontada por ptr: 7 | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment