where can function pointers be used?

Answers were Sorted based on User's Feedback



where can function pointers be used?..

Answer / vadivel t

Mostly fuction pointers are used in the situation, where
the callback fuctions are needed...

--
VEL

Is This Answer Correct ?    1 Yes 0 No

where can function pointers be used?..

Answer / preeti singh

API interception or hooking.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

What is the difference between typedef and #define?

0 Answers  


code for bubble sort?

1 Answers  


Software Interview Questions

1 Answers   CAT,


What is calloc malloc realloc in c?

0 Answers  


What is the use of bit field?

0 Answers  






palindrome for strings and numbers----Can anybody do the prog?

6 Answers   CTS, TCS, Vipro Lifescience Pvt,


What does the function toupper() do?

0 Answers  


What is the relationship between pointers and data structure?

0 Answers  


Can we declare variables anywhere in c?

0 Answers  


Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


List a few unconditional control statement in c.

0 Answers  


why we use "include" word before calling the header file. is there any special name for that include??????

1 Answers   TCS,


Categories