what is the advantage of function pointer
Answer Posted / chikani sagar
TO implement call back functions......It is more efficient.
code complexity will be redused.....
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is c language & why it is used?
What is the difference between mpi and openmp?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What are the types of c language?
What is the explanation for modular programming?
How to compare array with pointer in c?
What are reserved words?
What are the advantages of using new operator as compared to the function malloc ()?
What is function in c with example?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Are there any problems with performing mathematical operations on different variable types?
What is bin sh c?
Explain how can a program be made to print the name of a source file where an error occurs?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is variable initialization and why is it important?