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
What is exit() function?
What are two dimensional arrays alternatively called as?
What does #pragma once mean?
How can I invoke another program or command and trap its output?
Can one function call another?
How do you initialize pointer variables?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are the advantages of c language?
What are the disadvantages of external storage class?
What is declaration and definition in c?
How do you use a pointer to a function?
What is the use of volatile?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is #include called?
What is the purpose of the preprocessor directive error?