Interview Preparation topic : Pointers in C
From Embedded Systems Learning Academy
Revision as of 22:10, 10 December 2016 by Proj user14 (talk | contribs) (Created page with "<b>What is a Pointer?</b> A pointer is a variable which contains the address in memory of another variable. Every variable is a memory location and every memory location has...")
What is a Pointer?
A pointer is a variable which contains the address in memory of another variable. Every variable is a memory location and every memory location has its address defined which can be accessed using ampersand (&) operator, which denotes an address in memory.