How to implement call back functions ?

Answer Posted / priya

In computer programming, a callback is executable code that is passed as an argument to other code
Function Pointers provide the concept of callback functions.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between pure virtual function and virtual function?

643


What is function what are the types of function?

552


What is ambagious result in C? explain with an example.

2049


is it possible to create your own header files?

631


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1702






Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

595


Are the outer parentheses in return statements really optional?

570


Wt are the Buses in C Language

2745


How do you define a function?

579


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

1264


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

628


State the difference between realloc and free.

625


Is malloc memset faster than calloc?

605


How to get string length of given string in c?

601


Why do we need volatile in c?

738