what is the advantage of function pointer
Answer Posted / nupur
It is used to return more than one value to at a time to
the main program thus overcome the limitation of returnalso
it is used to change the value of the actual argument in
the called function which is otherwise not possible.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Do character constants represent numerical values?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Should a function contain a return statement if it does not return a value?
What is NULL pointer?
What are c preprocessors?
What is cohesion in c?
Tell me when would you use a pointer to a function?
What do you mean by keywords in c?
Why does this code crash?
What is the difference between formatted&unformatted i/o functions?
How can I delete a file?
How do you generate random numbers in C?
What is structure data type in c?
Do pointers take up memory?
What is cohesion and coupling in c?