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
write a program in c language to print your bio-data on the screen by using functions.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can you tell whether two strings are the same?
Why is structure important for a child?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is the size of structure pointer in c?
How do I read the arrow keys? What about function keys?
What is infinite loop?
What is a #include preprocessor?
Differentiate between static and dynamic modeling.
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Write programs for String Reversal & Palindrome check
What are volatile variables in c?
What is nested structure in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?