How to implement call back functions ?

Answer Posted / ravikumar

pointer provide the call back function by using arguments

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the different types of c tokens?

631


What is the use of function in c?

717


What is difference between structure and union in c programming?

575


What is the difference between Printf(..) and sprint(...) ?

792


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

693






Hai what is the different types of versions and their differences

1495


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

786


What are extern variables in c?

553


How do you define a function?

589


What are volatile variables in c?

529


Why we use int main and void main?

544


How many data structures are there in c?

622


Explain how many levels deep can include files be nested?

632


What is hungarian notation? Is it worthwhile?

707


When should you use a type cast?

595