Answer Posted / chaitali anand tendulkar
A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.
Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What is the use of f in c?
Why we not create function inside function.
What is structure in c language?
What is a lookup table in c?
What is a file descriptor in c?
In C, What is the #line used for?
What is main function in c?
What is difference between function overloading and operator overloading?
What is the difference between test design and test case design?
What is the use of static variable in c?
What are pointers? What are stacks and queues?
What are 'near' and 'far' pointers?
What is the meaning of typedef struct in c?
What is the advantage of c?
Why is it important to memset a variable, immediately after allocating memory to it ?