what is pointer ? what is the use of pointer?
Answer Posted / rama krishna sidhartha
Pointer is the address of the another variable.
It saves the memory space of another variables.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is null pointer in c?
please explain every phase in the "SDLC" in the dotnet.
What is the use of getch ()?
What is the difference between array and pointer in c?
What are the 5 data types?
When should the const modifier be used?
Explain what is the difference between a free-standing and a hosted environment?
What does *p++ do?
Is c object oriented?
What is table lookup in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Explain what are preprocessor directives?
How can I direct output to the printer?
what is recursion in C
What is meant by type casting?