Skip to content

Instantly share code, notes, and snippets.

@aledruetta
Last active August 24, 2019 17:40
Show Gist options
  • Save aledruetta/e3bbaff086d2553ded64bb3ca9ac84bc to your computer and use it in GitHub Desktop.
Save aledruetta/e3bbaff086d2553ded64bb3ca9ac84bc to your computer and use it in GitHub Desktop.
// aqui o asterisco significa:
// "isso aqui é um ponteiro"
int *ptr = #
// aqui significa: "pega o valor
// que está neste endereço"
int x = *ptr;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment