C
Programming and Technical
output?
Q. 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.
Read Solution (Total 0)
C Other Question