What are pointers?
3 years ago
C Programming
Pointers point to specific areas in the memory. Pointers contain the address of a variable, which in turn may contain a value or even an address to another memory.
Sanisha Maharjan
Jan 20, 2022