what is pointer ? what is the use of pointer?
Answer Posted / naresh kaushik
pointer is a variable .but it is not a ordinary
variable.it contain the address of other variable and point
the memory locations dircetly.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
List some of the static data structures in C?
What is the use of the function in c?
Do you know the difference between malloc() and calloc() function?
What is indirection? How many levels of pointers can you have?
How do we make a global variable accessible across files? Explain the extern keyword?
Write programs for String Reversal & Palindrome check
Can a pointer be volatile in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is function and its example?
what are the 10 different models of writing an addition program in C language?
What is a constant?
Why does everyone say not to use scanf? What should I use instead?
What are operators in c?
Explain about the functions strcat() and strcmp()?
What is spaghetti programming?