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
How can you allocate arrays or structures bigger than 64K?
Why C language is a procedural language?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Explain how can I read and write comma-delimited text?
Why do we need functions in c?
What does a pointer variable always consist of?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Why is #define used?
How can I find out if there are characters available for reading?
Explain Function Pointer?
What are the different types of pointers used in c language?
Is a pointer a kind of array?
What is wrong in this statement?
What are the advantages of c preprocessor?
What are the types of pointers in c?