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 the acronym for ansi?
What is type qualifiers?
How can a string be converted to a number?
Is main is a keyword in c?
Why is sprintf unsafe?
What is malloc() function?
What is pass by reference in functions?
What are lookup tables in c?
What is conio h in c?
What does volatile do?
Why can't I perform arithmetic on a void* pointer?
What is an array? What the different types of arrays in c?
What is static function in c?
Explain the difference between the local variable and global variable in c?
Explain threaded binary trees?