what is the advantage of function pointer
Answer Posted / sudeep reddy
function pointers can be used to replace switch/if
statements,to realize late binding(virtual function tables)
or to implement callback function primitives.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is wrong with this program statement? Void = 10;
How can you find the exact size of a data type in c?
Is that possible to store 32768 in an int data type variable?
What is uint8 in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What are comments and how do you insert it in a C program?
What is the collection of communication lines and routers called?
What is an array? What the different types of arrays in c?
what is reason of your company position's in india no. 1.
What is equivalent to ++i+++j?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
How many main () function we can have in a project?
Is it possible to have a function as a parameter in another function?
What is meant by 'bit masking'?