why we use pointer in c

Answer Posted / deena

to indicate the address of variable

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you use the functions fseek(), freed(), fwrite() and ftell()?

713


What are the key features in c programming language?

624


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1735


What are the keywords in c?

653


Is it acceptable to declare/define a variable in a c header?

694






Why c is called a middle level language?

642


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

667


What is a program flowchart and how does it help in writing a program?

679


Do you know the use of fflush() function?

608


What do you mean by a sequential access file?

637


Is there any possibility to create customized header file with c programming language?

634


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1086


What is the time and space complexities of merge sort and when is it preferred over quick sort?

684


Explain what is the difference between far and near ?

659


What is dynamic dispatch in c++?

569