Answer Posted / rams
Pointer is a variable that can store the address of another variable to which it's pointing
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is binary tree in c?
Why do we use stdio h and conio h?
what is the format specifier for printing a pointer value?
Difference between pass by reference and pass by value?
What are the advantages of the functions?
Write a program to swap two numbers without using third variable in c?
Differentiate between full, complete & perfect binary trees.
Explain what is the benefit of using an enum rather than a #define constant?
How is a structure member accessed?
Explain how can I avoid the abort, retry, fail messages?
How can I implement sets or arrays of bits?
What header files do I need in order to define the standard library functions I use?
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
Can you please explain the difference between syntax vs logical error?
Is file a keyword in c?