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

Is this program statement valid? INT = 10.50;

903


Does * p ++ increment p or what it points to?

843


Can we increase size of array in c?

717


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

959


What is volatile variable in c with example?

784


How can you find the exact size of a data type in c?

785


What is ponter?

1024


What does sizeof function do?

880


What is a union?

805


What is the difference between exit() and _exit() function?

799


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

918


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1178


Why is c called "mother" language?

1060


Tell us two differences between new () and malloc ()?

837


What are the different data types in C?

949