Answer Posted / jai
It is variable that holds the address of another variable..
As ordinary varible pointer also has datatype. So, It
stores only address of the variable of the same type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are different types of pointers?
What is pragma in c?
What is n in c?
What is the explanation for modular programming?
What are file streams?
Write a program to reverse a string.
How do you define CONSTANT in C?
What is the equivalent code of the following statement in WHILE LOOP format?
What is %g in c?
write a program to find out prime number using sieve case?
What is #pragma statements?
Write a program to check armstrong number in c?
Why is sizeof () an operator and not a function?
Why is c known as a mother language?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode