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

Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

654


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

607


Why & is used in scanf in c?

616


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

591


What is the difference between the = symbol and == symbol?

617






What is the use of sizeof?

546


Explain what are run-time errors?

603


Why is sizeof () an operator and not a function?

572


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1622


What is pointers in c?

642


What is volatile keyword in c?

577


Can we access array using pointer in c language?

638


Differentiate between #include<...> and #include '...'

615


Explain what is the general form of a c program?

618


Explain the difference between call by value and call by reference in c language?

637