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

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

641


What is "Duff's Device"?

695


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

681


What type of function is main ()?

579


What is keyword with example?

624






What are the restrictions of a modulus operator?

623


Explain how do you declare an array that will hold more than 64kb of data?

886


4. main() { int c=- -2; printf("c=%d",c); }

1362


How can you draw circles in C?

614


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1456


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

1752


What are the parts of c program?

625


What is %d called in c?

749


What is the advantage of a random access file?

633


What is the use of pointers in C?

610