Answer Posted / raghu
A function that is passed (by reference) to another
function. The other function calls the callback function
under defined conditions
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain what is the difference between the expression '++a' and 'a++'?
what is the format specifier for printing a pointer value?
what is bit rate & baud rate? plz give wave forms
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Place the #include statement must be written in the program?
Why c is procedure oriented?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is the argument of a function in c?
Can you mix old-style and new-style function syntax?
application attempts to perform an operation?
What is output redirection?
What is the difference between ++a and a++?
What is the process to create increment and decrement stamen in c?
What is structure in c language?
What are the ways to a null pointer can use in c programming language?