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 are the different properties of variable number of arguments?
Ow can I insert or delete a line (or record) in the middle of a file?
What is a char c?
Explain function?
can any one provide me the notes of data structure for ignou cs-62 paper
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......
What is c mainly used for?
How can I find out how much free space is available on disk?
Why is event driven programming or procedural programming, better within specific scenario?
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.
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is derived datatype in c?
Explain the properties of union.
What are the usage of pointer in c?
Why should I prototype a function?