what is the advantage of function pointer
Answer Posted / ajay
TO implement call back functions.......
| Is This Answer Correct ? | 34 Yes | 8 No |
Post New Answer View All Answers
What are the primitive data types in c?
Do character constants represent numerical values?
Explain the difference between the local variable and global variable in c?
Explain Function Pointer?
Is flag a keyword in c?
What is 1f in c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What are the similarities between c and c++?
What are formal parameters?
What are the data types present in c?
What is the role of this pointer?
What is the equivalent code of the following statement in WHILE LOOP format?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Explain how do you search data in a data file using random access method?
What does volatile do?