Contact Us || Privacy Policy || About Us |
|
What is Pointer in CA Pointer is a variable which contains the address of another variable that is direct address of the memory location. and every memory location has address defined which can be accessed using ampersand (&) operator,
Advantage of Pointer
Example:-Output Address of number variable is fff4 Address of p variable is fff4 Value of p variable is 50 |