difference between ordinary variable and pointer in C?
Answer Posted / syed
an ordinary variable is like a container it can hold any
value and we can change the value of ordinary variable at
time throughout the program.
a pointer is a variable that stores the address of another
variable ..
Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Difference between Shallow copy and Deep copy?
Is null valid for pointers to functions?
What is identifier in c?
What is static and volatile in c?
What is the purpose of sprintf?
Is c# a good language?
Can the sizeof operator be used to tell the size of an array passed to a function?
In which header file is the null macro defined?
What is the difference between pure virtual function and virtual function?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Difference between pass by reference and pass by value?
What is the use of f in c?
What are void pointers in c?
What is a MAC Address?
What is the purpose of ftell?