what is the advantage of function pointer
Answer Posted / sanjeeva rao
It is useful when you want to send function as argument to
another function. And to implement the call back functions in multi-threading programming.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a const pointer in c?
write a c program to find the sum of five entered numbers using an array named number
What is ## preprocessor operator in c?
What are structure types in C?
Explain the ternary tree?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is the difference between NULL and NUL?
What is console in c language?
What is wrong with this initialization?
What is omp_num_threads?
What extern c means?
What is queue in c?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Why is %d used in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.