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
Total Preview: 1752
What is the difference between ordinary variable and pointer in C?
Copyright © 2024. Powered by Intellect Software Ltd