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’s the special use of UNIONS?

0 Answers   ADP,


what is the format specifier for printing a pointer value?

0 Answers  


Is it possible to execute code even after the program exits the main() function?

0 Answers  


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

0 Answers  


Can we initialize extern variable in c?

0 Answers  






can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...

11 Answers   CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


What is the general form of #line preprocessor?

0 Answers  


What are the similarities between c and c++?

0 Answers  


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


what does ‘#include’ mean?

1 Answers   TCS,


What are the advantages and disadvantages of a heap?

0 Answers  


Categories