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 a spanning Tree?

1240


Why is c called "mother" language?

1056


What is huge pointer in c?

762


How do I use void main?

845


why return type of main is not necessary in linux

1885


What is fflush() function?

886


What are the advantages of union?

829


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

1077


What is dynamic variable in c?

784


What is the code for 3 questions and answer check in VisualBasic.Net?

1915


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2081


Explain what is the use of a semicolon (;) at the end of every program statement?

969


What is the difference between array and structure in c?

792


Where in memory are my variables stored?

847


What is %d called in c?

945