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
FILE PROGRAMMING
How can I access an I o board directly?
Subtract Two Number Without Using Subtraction Operator
What is the process of writing the null pointer?
How can I use a preprocessorif expression to ?
i want to know the procedure of qualcomm for getting a job through offcampus
Explain Basic concepts of C language?
What is a struct c#?
Tell me when is a void pointer used?
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
What is indirection? How many levels of pointers can you have?
Where register variables are stored in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
What does c mean before a date?
Do you have any idea how to compare array with pointer in c?