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

How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

0 Answers   Amazon,


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


What is ctrl c called?

0 Answers  


Why should I use standard library functions instead of writing my own?

0 Answers  






find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,


What is the difference between %d and %i?

0 Answers  


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā€œ%dā€,x); }

8 Answers   Vector,


can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

1 Answers   IBM,


Categories