What is a pointer variable in C?

A pointer variable is a variable that may contain the address of another variable or any valid address in the memory.
Pointer variable Can store the address of other variables, so it tells compiler that value is stored at where & it access the value from that Address.

No comments:

Post a Comment