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:
Post a Comment
comment on this post
Note: Only a member of this blog may post a comment.