what is the difference between normal variables and pointer
variables..............
Answer Posted / naga raju
a pointer is nothing more than an address, and a pointer variable is just a variable that can store an address.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Tell us the use of fflush() function in c language?
Explain how can you be sure that a program follows the ansi c standard?
What is the difference between the = symbol and == symbol?
Can static variables be declared in a header file?
What does double pointer mean in c?
What is the use of gets and puts?
How to write a multi-statement macro?
What is c language and why we use it?
Is null equal to 0 in sql?
Is it possible to initialize a variable at the time it was declared?
What is methods in c?
What is #error and use of it?
write a program to display all prime numbers