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
What is sizeof c?
What is property type c?
What is volatile, register definition in C
write a program to rearrange the array such way that all even elements should come first and next come odd
What is structure and union in c?
What is scanf () in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Write a program to check whether a number is prime or not using c?
Which is better pointer or array?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain how can I read and write comma-delimited text?
What is a protocol in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
main() { printf("hello"); fork(); }
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.