Answers:
A POINTER IS USED TO MANUPLATE THE VAREABLE WITH THERE ADDRESS.
A Pointer is a variable that hold the addresses of variables.
 Posted by: laxman
Contact laxman
A pointer is a special type of variable which contains address of another variable not value
 Posted by: amiya
Contact amiya
Pointer is variable that hold the address of another variable another function or pointer not value
 Posted by: ramesh
Contact ramesh
Pointer is a variable which is used to manipulate their values by their address. using pointer we can reduce the memory allocation for changing the variable value
 Posted by: maheswari
Contact maheswari
Pointer is an derived data type which helps to store the address of any variable and it occupies 2bytes of memory for any kind of variable for int or float or character
 Posted by: laxman rao
Contact laxman rao
A pointer is a variable that points to the address of another variable.
 Posted by: Ameya
Contact Ameya
Pointer is a veriable,that store the adreee of another variable..
 Posted by: sourav
Contact sourav
pointer is a variable,which contains address of another variable
 Posted by: M.Kamalakannan
Contact M.Kamalakannan
pointer is variable that contain address of another variable stored i memory.
 Posted by: roy jadhav
Contact roy jadhav
Pointer is a variable that can store the address of another variable.
 Posted by: Radhika B.
Contact Radhika B.
If you have the better answer, then send it to us. We will display your answer after the approval.