Question:What is the difference between ordinary variable and pointer in C?
Answer 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.
+ Report
What is the difference between ordinary variable and pointer in C?