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
How arrays can be passed to a user defined function
What are terms in math?
Explain the difference between exit() and _exit() function?
Is c object oriented?
What is a file descriptor in c?
What does sizeof int return?
using only #include
What is meant by int main ()?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are types of preprocessor in c?
How to declare pointer variables?
What is d'n in c?
What is static memory allocation? Explain
Where we use clrscr in c?
Why main is used in c?