Software
C Pointers Statements with Examples
It is a variable which store the address of another variable is knows as C Pointer. Variable can be of any data type like int, char, function, array, or any other Pointer. The size of the pointer depends on the architecture.