Pointer Variable or Pointer
Pointer Variables (or Pointers) A pointervariable (or pointer in short) is basically the same as the other variables, which can store a piece of data. Unlike normal variable which stores a value (such as an int , a double , a char ), a pointer stores a memory address.
Comments
Post a Comment