In programming, a variable is a named location in memory that holds a value. Every variable in a program has a unique address in memory that identifies its location. A pointer is a special type of variable that stores the memory address of another variable.
Continue reading “Write a program to display address of variable using pointers.”