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


Please Help Members By Posting Answers For Below Questions

List some of the static data structures in C?

975


What is the use of the function in c?

803


Do you know the difference between malloc() and calloc() function?

831


What is indirection? How many levels of pointers can you have?

922


How do we make a global variable accessible across files? Explain the extern keyword?

1650


Write programs for String Reversal & Palindrome check

816


Can a pointer be volatile in c?

734


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

808


What is function and its example?

913


what are the 10 different models of writing an addition program in C language?

1675


What is a constant?

823


Why does everyone say not to use scanf? What should I use instead?

1086


What are operators in c?

795


Explain about the functions strcat() and strcmp()?

797


What is spaghetti programming?

885