what is a pointer

Answer Posted / chaitali anand tendulkar

A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.

Is This Answer Correct ?    27 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the size of enum in c?

612


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

621


Is it better to use a macro or a function?

646


What is a structure and why it is used?

613


What is a dynamic array in c?

587






Explain data types & how many data types supported by c?

577


#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); }

774


Apart from dennis ritchie who the other person who contributed in design of c language.

801


Which is the best website to learn c programming?

571


What is typedef struct in c?

576


formula to convert 2500mmh2o into m3/hr

489


What is #line?

603


What is queue in c?

567


What is scope rule of function in c?

540


What is array of structure in c?

590