[algogeeks] whats a CALL BACK in C?

2012-05-28 Thread rahul r. srivastava
whats a CALL BACK in C? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the web visit https://groups.google.com/d/msg/algogeeks/-/0jFqwyh8ouwJ. To post to this group, send email to algogeeks@googlegroups.com. To

Re: [algogeeks] whats a CALL BACK in C?

2012-05-28 Thread Hassan Monfared
You can pass a function pointer to a function to be called after that function finished its job. On Tue, May 29, 2012 at 12:52 AM, rahul r. srivastava rahul.ranjan...@gmail.com wrote: whats a CALL BACK in C? -- You received this message because you are subscribed to the Google Groups