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 #include cctype?

846


How can I change the size of the dynamically allocated array?

905


What is the scope of global variable in c?

778


Explain what is the difference between functions getch() and getche()?

810


What is the difference between fread and fwrite function?

866


What is difference between main and void main?

876


What is getch?

855


how to find binary of number?

3951


c program to compute AREA under integral

2103


What are the 4 types of programming language?

795


praagnovation

2038


Is a house a shell structure?

919


Is javascript written in c?

805


Do you know the use of 'auto' keyword?

889


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1708