Pointers
A pointer, as the name suggests, is a variable that points to a location in your system's memory where a value is stored rather than a value itself. It is an address to the value stored in memory.
A pointer, as the name suggests, is a variable that points to a location in your system's memory where a value is stored rather than a value itself. It is an address to the value stored in memory.