what is the advantage of function pointer
Answer Posted / sanjeeva rao
It is useful when you want to send function as argument to
another function. And to implement the call back functions in multi-threading programming.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can I invoke another program or command and trap its output?
What are the advantage of c language?
can we implement multi-threads in c.
Explain zero based addressing.
What are the advantages of external class?
What are structures and unions? State differencves between them.
What do you mean by scope of a variable in c?
What is structure of c program?
What are the Advantages of using macro
How to declare a variable?
What is a constant and types of constants in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
How does free() know explain how much memory to release?
What is line in c preprocessor?
What are the different types of endless loops?