A pointer is a variable that stores the memory address of another variable. Pointers are declared using the asterisk symbol (*) before the pointer name. The general syntax for declaring a pointer is:
A pointer is a variable that stores the memory address of another variable. Pointers are declared using the asterisk symbol (*) before the pointer name. The general syntax for declaring a pointer is: