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
What is #include cctype?
How can you tell whether two strings are the same?
What does %d do?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
In c programming language, how many parameters can be passed to a function ?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is the difference between malloc() and calloc()?
What is the purpose of ftell?
What does the && operator do in a program code?
Is c a great language, or what?
How can I write functions that take a variable number of arguments?
What is difference between union and structure in c?
What is integer constants?
What is a static variable in c?
State the difference between realloc and free.