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
Explain how do you convert strings to numbers in c?
Explain what are the standard predefined macros?
Why does this code crash?
What is keyword in c?
How can you return multiple values from a function?
Are there constructors in c?
Why do we need a structure?
How to declare a variable?
What are the different types of pointers used in c language?
How many header files are in c?
what is the difference between class and unio?
What are different types of pointers?
What are the loops in c?
Explain goto?
Explain the properties of union.