Answer Posted / venkat1435@yahoo.co.in
by using pointers
1)we can pass the function arguments to another function
2)it holds the address of another function
3)it acts as a call back function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are logical errors and how does it differ from syntax errors?
What are the valid places to have keyword “break”?
What are valid signatures for the Main function?
Do you know the difference between malloc() and calloc() function?
I heard that you have to include stdio.h before calling printf. Why?
What is LINKED LIST? How can you access the last element in a linked list?
What is difference between class and structure?
Why doesn't C support function overloading?
What does main () mean in c?
Why is sizeof () an operator and not a function?
What is extern variable in c with example?
How does normalization of huge pointer works?
What is the auto keyword good for?
What do you understand by friend-functions? How are they used?
Explain how can I manipulate strings of multibyte characters?