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 a spanning Tree?
Why is c called "mother" language?
What is huge pointer in c?
How do I use void main?
why return type of main is not necessary in linux
What is fflush() function?
What are the advantages of union?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is dynamic variable in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain what is the use of a semicolon (;) at the end of every program statement?
What is the difference between array and structure in c?
Where in memory are my variables stored?
What is %d called in c?