what is the advantage of function pointer
Answer Posted / yogesh
It is useful when you want to send function as argument to
another function.
| Is This Answer Correct ? | 139 Yes | 13 No |
Post New Answer View All Answers
What are pointers? Why are they used?
What is masking?
formula to convert 2500mmh2o into m3/hr
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
explain how do you use macro?
Between macros and functions,which is better to use and why?
What do the functions atoi(), itoa() and gcvt() do?
write a program to find out prime number using sieve case?
Explain #pragma statements.
What are the benefits of c language?
How can I implement sets or arrays of bits?
How macro execution is faster than function ?
Which is more efficient, a switch statement or an if else chain?
What is operator promotion?
Explain pointer. What are function pointers in C?