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

If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


Can main () be called recursively?

0 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

0 Answers   KPIT,






Find occurence of a character in a sting.

3 Answers   TCS,


Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 Answers  


Differentiate between functions getch() and getche().

0 Answers  


define switch statement?

6 Answers   CTS,


What is the difference b/w Structure & Array?

6 Answers  


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

0 Answers   Aspiring Minds,


What is self-referential structure in c programming?

0 Answers  


Categories