what is the advantage of function pointer
Answer Posted / chikani sagar
TO implement call back functions......It is more efficient.
code complexity will be redused.....
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of 'register' keyword in c language?
What does %c mean in c?
What does it mean when the linker says that _end is undefined?
What are compound statements?
write a program to display all prime numbers
What is the maximum length of an identifier?
Explain the difference between ++u and u++?
Is that possible to add pointers to each other?
Explain how do you list files in a directory?
How can you avoid including a header more than once?
How can I avoid the abort, retry, fail messages?
How can you determine the maximum value that a numeric variable can hold?
Should I learn c before c++?
What are the advantages of using Unions?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result