what is the use of call back function in c?tell me with
example
Answer Posted / kapil sharma
callback function as the name suggest is basically a
function which gets called at the run time. it is a
reference to the executable code or a part of executable
code which is passed as an argument to another function.
for e.g if we want to forcefully terminate a program but if
there is some essential data which will get lost if program
gets terminated instantly.in that case writing a callback is
always a good deal.
---before writing a callback function you must have
knowledge of function pointers.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Find MAXIMUM of three distinct integers using a single C statement
What are reserved words?
What does %p mean?
What is the code for 3 questions and answer check in VisualBasic.Net?
Linked lists -- can you tell me how to check whether a linked list is circular?
How can I trap or ignore keyboard interrupts like control-c?
What is the difference between fread and fwrite function?
Explain pointer. What are function pointers in C?
Why c is a mother language?
How can I find out if there are characters available for reading?
Explain how to reverse singly link list.
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is 2c dna?
How are variables declared in c?
What is difference between arrays and pointers?