what is the advantage of function pointer
Answer Posted / sudeep reddy
function pointers can be used to replace switch/if
statements,to realize late binding(virtual function tables)
or to implement callback function primitives.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between the = symbol and == symbol?
Is file a keyword in c?
What is the significance of an algorithm to C programming?
What is a newline escape sequence?
why wipro wase
What is a constant and types of constants in c?
What are comments and how do you insert it in a C program?
explain what is a newline escape sequence?
Not all reserved words are written in lowercase. TRUE or FALSE?
Why does notstrcat(string, "!");Work?
What is the difference between c &c++?
What is the difference between functions abs() and fabs()?
Explain what’s a signal? Explain what do I use signals for?
What is a keyword?
Do you have any idea about the use of "auto" keyword?