How to implement call back functions ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravikumar
pointer provide the call back function by using arguments
Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of the sizeof operator?
Why we use break in c?
How will you allocate memory to double a pointer?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
What is null in c?
how to find sum of 5 digits in C?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are the types of arrays in c?
What do you mean by dynamic memory allocation in c? What functions are used?
What header files do I need in order to define the standard library functions I use?