Skip to content

Instantly share code, notes, and snippets.

@surajnarwade
Created July 26, 2018 18:32
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 surajnarwade/eea1d68d05304766b06011ff09903d4c to your computer and use it in GitHub Desktop.
Save surajnarwade/eea1d68d05304766b06011ff09903d4c to your computer and use it in GitHub Desktop.
&a means address of a
b *int means b is storing address which points to intger value
*b means value at the address stored in b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment