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


Please Help Members By Posting Answers For Below Questions

What are the different properties of variable number of arguments?

766


Ow can I insert or delete a line (or record) in the middle of a file?

661


What is a char c?

693


Explain function?

740


can any one provide me the notes of data structure for ignou cs-62 paper

1790






can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1495


What is c mainly used for?

706


How can I find out how much free space is available on disk?

717


Why is event driven programming or procedural programming, better within specific scenario?

2043


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1711


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1219


What is derived datatype in c?

731


Explain the properties of union.

705


What are the usage of pointer in c?

797


Why should I prototype a function?

731