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
Differentiate between new and malloc(), delete and free() ?
What is this pointer in c plus plus?
Do you have any idea how to compare array with pointer in c?
What is the use of a conditional inclusion statement in C?
What is the difference between NULL and NUL?
What are the 5 types of inheritance in c ++?
What is d scanf?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Explain what are binary trees?
How can I read a binary data file properly?
string reverse using recursion
Where are the auto variables stored?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
what is uses of .net
What is the benefit of using an enum rather than a #define constant?