what is the difference between normal variables and pointer
variables..............

Answer Posted / guest

normal variables carry the specified data where as the
pointer variable carried the address of the specified data,,,,,
eg: if we give int x =10; ptr p=*x;here x is the normal
variable carries 10 and pointer variable is p which carried
address of the integer variable x.

Is This Answer Correct ?    215 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is huge pointer in c?

589


Explain the advantages of using macro in c language?

584


How can I change the size of the dynamically allocated array?

636


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

626


What is a spanning Tree?

962






1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1921


What extern c means?

547


What is the difference between strcpy() and memcpy() function in c programming?

629


Linked lists -- can you tell me how to check whether a linked list is circular?

648


Define C in your own Language.

644


Is main an identifier in c?

607


What is c language & why it is used?

586


What are the 4 data types?

604


What is indirection in c?

631


What are integer variable, floating-point variable and character variable?

611