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 are types of functions?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Define Array of pointers.
how can I convert a string to a number?
Explain how can I convert a string to a number?
How does free() know explain how much memory to release?
What is c programing language?
C program to find all possible outcomes of a dice?
What is the g value paradox?
Explain how do you determine a file’s attributes?
Can we initialize extern variable in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is the purpose of the statement: strcat (S2, S1)?
Why does everyone say not to use scanf? What should I use instead?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..