what r callback function?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sizeof c?

864


What is property type c?

852


What is volatile, register definition in C

902


write a program to rearrange the array such way that all even elements should come first and next come odd

2041


What is structure and union in c?

833


What is scanf () in c?

842


p*=(++q)++*--p when p=q=1 while(q<=6)

1506


Write a program to check whether a number is prime or not using c?

822


Which is better pointer or array?

812


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

935


Explain how can I read and write comma-delimited text?

947


What is a protocol in c?

767


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3279


main() { printf("hello"); fork(); }

966


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1734