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
When the macros gets expanded?
What is sizeof return in c?
Is null valid for pointers to functions?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How to explain the final year project as a fresher please answer with sample project
Is that possible to store 32768 in an int data type variable?
Differentiate between static and dynamic modeling.
show how link list can be used to repersent the following polynomial i) 5x+2
What are the two types of functions in c?
How will you divide two numbers in a MACRO?
What is break in c?
What is the advantage of using #define to declare a constant?
What is abstract data structure in c?
What is difference between stdio h and conio h?
What is assert and when would I use it?