what is the advantage of function pointer

Answer Posted / prakash

Function pointers are very useful to send the function as a
parameter to the another function.so,execution time will be
saved.code complexity will be redused

Is This Answer Correct ?    42 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1737


how to count no of words,characters,lines in a paragraph.

3895


How can I discover how many arguments a function was actually called with?

628


How do I get an accurate error status return from system on ms-dos?

639


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5051






List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2296


Is it possible to have a function as a parameter in another function?

592


Why void is used in c?

558


What is echo in c programming?

549


What is character set?

679


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

642


Where can I get an ansi-compatible lint?

634


What is #include stdio h?

673


What is type qualifiers?

651


How does free() know explain how much memory to release?

610