what is the advantage of function pointer

Answer Posted / vels

Function pointers are used to call functions at runt time
instead of compile time .

Is This Answer Correct ?    55 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

‎How to define structures? · ‎

626


Do you know what are the properties of union in c?

585


When should the register modifier be used? Does it really help?

613


explain what are pointers?

619


How can I split up a string into whitespace-separated fields?

571






Explain output of printf("Hello World"-'A'+'B'); ?

974


What is the best organizational structure?

643


Explain how do I determine whether a character is numeric, alphabetic, and so on?

652


What is the use of sizeof () in c?

558


what is the difference between class and unio?

1858


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

655


How to compare array with pointer in c?

621


What are structural members?

569


what are the 10 different models of writing an addition program in C language?

1438


Write a c program to demonstrate character and string constants?

1684