Pointers in C

A pointer is a variable that stores the address value of another variable instead of storing the memory value of that variable.

Post a Comment

0 Comments