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 ?    7 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 is the use of the sizeof operator?

1 Answers  


Why we use break in c?

0 Answers  


How will you allocate memory to double a pointer?

1 Answers  


AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

13 Answers   HCL,


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  






Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


What is null in c?

0 Answers  


how to find sum of 5 digits in C?

4 Answers  


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


What are the types of arrays in c?

0 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


What header files do I need in order to define the standard library functions I use?

0 Answers  


Categories