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


Please Help Members By Posting Answers For Below Questions

What is #include cctype?

817


How can you tell whether two strings are the same?

1038


What does %d do?

954


#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); }

900


In c programming language, how many parameters can be passed to a function ?

867


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1338


What is the difference between malloc() and calloc()?

1049


What is the purpose of ftell?

822


What does the && operator do in a program code?

942


Is c a great language, or what?

851


How can I write functions that take a variable number of arguments?

848


What is difference between union and structure in c?

778


What is integer constants?

800


What is a static variable in c?

865


State the difference between realloc and free.

828