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 use of bit field?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is volatile variable in c with example?
What is the difference between struct and union in C?
int i=10; printf("%d %d %d", i, i=20, i);
How are portions of a program disabled in demo versions?
Define circular linked list.
where are auto variables stored? What are the characteristics of an auto variable?
Why can’t constant values be used to define an array’s initial size?
What are loops c?
What are the features of the c language?
What is the difference between printf and scanf in c?
How do you list a file’s date and time?
How can I make it pause before closing the program output window?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?