Answer Posted / 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 |
Post New Answer View All Answers
What is dangling pointer in c?
What is c variable?
What is omp_num_threads?
Is c easier than java?
What is the process of writing the null pointer?
Difference between malloc() and calloc() function?
Describe dynamic data structure in c programming language?
difference between native and cross compilers
Explain what is output redirection?
What the different types of arrays in c?
how can f be used for both float and double arguments in printf? Are not they different types?
Why c is known as a mother language?
What is the usage of the pointer in c?
Explain what is #line used for?
What is the use of gets and puts?