Answer Posted / sanjay bhosale
function pointer is simply a pointer which holds the address of the function so we can call that function by using pointer.
It is helpful in situations where we are required to pass the function pointer as parameter to some previously defined functions.
for e.g.
in comparison method we may pass function pointer for function which will compare 2 items/objects and help to comparison method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is #define used for in c?
What is a struct c#?
what do you mean by inline function in C?
What is use of integral promotions in c?
What does dm mean sexually?
What is union in c?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Define circular linked list.
Can we increase size of array in c?
Explain how can I open a file so that other programs can update it at the same time?
define string ?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is the purpose of & in scanf?
Is a pointer a kind of array?