why we use pointer in c

Answer Posted / ram

reference to the address of the variable

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #include in c?

818


What are reserved words?

887


Is this program statement valid? INT = 10.50;

922


What is the code in while loop that returns the output of given code?

1680


Why calloc is better than malloc?

818


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

892


Explain what are header files and explain what are its uses in c programming?

907


What is the difference between #include and #include 'file' ?

841


What is volatile variable how do you declare it?

803


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3434


Explain built-in function?

884


What are structure types in C?

894


What is memcpy() function?

879


What does c mean in basketball?

799


List the difference between a While & Do While loops?

890