Answer Posted / ram
reference to the address of the variable
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is #include in c?
What are reserved words?
Is this program statement valid? INT = 10.50;
What is the code in while loop that returns the output of given code?
Why calloc is better than malloc?
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
Explain what are header files and explain what are its uses in c programming?
What is the difference between #include and #include 'file' ?
What is volatile variable how do you declare it?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Explain built-in function?
What are structure types in C?
What is memcpy() function?
What does c mean in basketball?
List the difference between a While & Do While loops?