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

Explain what is the benefit of using #define to declare a constant?

696


What is hungarian notation? Is it worthwhile?

808


What is dynamic memory allocation?

920


What is the difference between exit() and _exit() function?

683


What is the explanation for cyclic nature of data types in c?

751






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

691


Process by which one bit pattern in to another by bit wise operation is?

721


What is the use of static variable in c?

692


what is the structure pointer?

1728


How can you determine the maximum value that a numeric variable can hold?

720


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

855


Is there sort function in c?

670


How can I call fortran?

723


Explain what are compound statements?

702


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1637