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 IS MEANT BY LIFE?

2 Answers  


List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


Explain the use of bit fieild.

0 Answers  


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 Answers  


What is data structure in c and its types?

0 Answers  


What is self-referential structure in c programming?

0 Answers  


What is a pointer and how it is initialized?

0 Answers  


Categories