Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 144 Bytes

pointer-operator-cheatsheet.md

File metadata and controls

4 lines (3 loc) · 144 Bytes

Pointer brief cheatsheet

  • * operator: find out value a pointer it points to.
  • & operator: *get an address of a variable memory**.