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 the use of parallelize in spark?

557


write a programming in c to find the sum of all elements in an array through function.

1683


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

641


Differentiate between full, complete & perfect binary trees.

641


What are the features of c language?

599






What is calloc in c?

631


Is flag a keyword in c?

652


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

630


Describe wild pointers in c?

610


What is int main () in c?

600


What are void pointers in c?

555


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

608


What does the c preprocessor do?

595


There seem to be a few missing operators ..

589


Are there namespaces in c?

544