what is the advantage of function pointer
Answer Posted / yogesh
It is useful when you want to send function as argument to
another function.
| Is This Answer Correct ? | 139 Yes | 13 No |
Post New Answer View All Answers
What is keyword with example?
What are register variables? What are the advantage of using register variables?
Explain what will the preprocessor do for a program?
What are the main characteristics of c language describe the structure of ac program?
Why is it that not all header files are declared in every C program?
What are reserved words?
Is c call by value?
What are the back slash character constants or escape sequence charactersavailable in c?
What are header files in c programming?
Can you write the algorithm for Queue?
Write a code on reverse string and its complexity.
What do you mean by a sequential access file?
What is the meaning of && in c?
Can a pointer point to null?
Explain how can I convert a string to a number?