give name of all type pointer
A pointer is a variable which stores the address of another variable. Int a =4; Int *p! P=&a;