what is the advantage of function pointer
Answer Posted / mahend
Function pointers are very important while implementing
Callback in C, for instance if Software has layered
archiecture, Function pointer are used bye upper layer to
register with below layer on certain conditions (i.e. some
event or interrupt)
| Is This Answer Correct ? | 72 Yes | 7 No |
Post New Answer View All Answers
Does c have class?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What are pointers?
What is the difference between c &c++?
Explain how to reverse singly link list.
What does void main () mean?
what are non standard function in c
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is conio h in c?
all c language question
What does the file stdio.h contain?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
what will be maximum number of comparisons when number of elements are given?
Write a program of advanced Fibonacci series.
How can I sort a linked list?