what r callback function?



what r callback function?..

Answer / raghu

A function that is passed (by reference) to another
function. The other function calls the callback function
under defined conditions

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More C Interview Questions

What are the features of c languages?

0 Answers  


How do I send escape sequences to control a terminal or other device?

0 Answers  


What are the complete rules for header file searching?

0 Answers  


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16

1 Answers  






Can stdout be forced to print somewhere other than the screen?

0 Answers  


difference between ordinary variable and pointer in C?

2 Answers  


what is c?

7 Answers   Tech Mahindra,


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


What is wrong with this initialization?

0 Answers  


Is Exception handling possible in c language?

0 Answers   Wipro,


Categories