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

How can I call fortran?

734


What are the valid places to have keyword “break”?

747


What is the difference between functions getch() and getche()?

724


What is malloc calloc and realloc in c?

808


Explain what is dynamic data structure?

768






Write a c program to demonstrate character and string constants?

1793


What are qualifiers?

699


What is function definition in c?

684


What are the disadvantages of external storage class?

704


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

746


What is the use of typedef in structure in c?

633


What are actual arguments?

746


What is use of #include in c?

709


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

726


What is the use of pragma in embedded c?

692