How to implement call back functions ?

Answers were Sorted based on User's Feedback



How to implement call back functions ?..

Answer / singamsa

thru function pointer approach

Is This Answer Correct ?    6 Yes 0 No

How to implement call back functions ?..

Answer / priya

In computer programming, a callback is executable code that is passed as an argument to other code
Function Pointers provide the concept of callback functions.

Is This Answer Correct ?    1 Yes 0 No

How to implement call back functions ?..

Answer / ravikumar

pointer provide the call back function by using arguments

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What functions are used in dynamic memory allocation in c?

0 Answers  


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


i need all types of question paper releted to "c" and other language.

0 Answers  


main() { printf("hello"); fork(); }

0 Answers   Wilco,


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,






How can I get back to the interactive keyboard if stdin is redirected?

0 Answers  


What is non linear data structure in c?

0 Answers  


What is Conio.h ?

2 Answers   TCS,


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


Why is c used in embedded systems?

0 Answers  


what is the definition of storage classes?

3 Answers   Wipro,


Why do we use return in c?

0 Answers  


Categories