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


Please Help Members By Posting Answers For Below Questions

What is a good data structure to use for storing lines of text?

837


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

967


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

870


What is the use of a conditional inclusion statement in C?

837


What is the use of pragma in embedded c?

789


What is page thrashing?

848


When can you use a pointer with a function?

753


What does sizeof return c?

804


Explain what is a pragma?

796


Ow can I insert or delete a line (or record) in the middle of a file?

783


number of times a digit is present in a number

1790


How will you delete a node in DLL?

942


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

805


What is character constants?

901


What is conio h in c?

812