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

FILE PROGRAMMING

1975


How can I access an I o board directly?

811


Subtract Two Number Without Using Subtraction Operator

553


What is the process of writing the null pointer?

767


How can I use a preprocessorif expression to ?

768


i want to know the procedure of qualcomm for getting a job through offcampus

2178


Explain Basic concepts of C language?

810


What is a struct c#?

761


Tell me when is a void pointer used?

844


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1617


What is indirection? How many levels of pointers can you have?

891


Where register variables are stored in c?

727


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

843


What does c mean before a date?

825


Do you have any idea how to compare array with pointer in c?

804