ordinary variable and pointer in C

What is the difference between ordinary variable and pointer in C?
A An ordinary variable is like a container it can hold any value and we can change the value of ordinary variable at a time throughout the program .A pointer is a variable that stores the address of another Variable.

No comments: