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
What is #include cctype?
How can I change the size of the dynamically allocated array?
What is the scope of global variable in c?
Explain what is the difference between functions getch() and getche()?
What is the difference between fread and fwrite function?
What is difference between main and void main?
What is getch?
how to find binary of number?
c program to compute AREA under integral
What are the 4 types of programming language?
praagnovation
Is a house a shell structure?
Is javascript written in c?
Do you know the use of 'auto' keyword?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result