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
How can you determine the size of an allocated portion of memory?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
string reverse using recursion
Can we use any name in place of argv and argc as command line arguments?
please give me some tips for the placement in the TCS.
Why is it usually a bad idea to use gets()? Suggest a workaround.
Why C language is a procedural language?
What is the difference between fread buffer() and fwrite buffer()?
Can the sizeof operator be used to tell the size of an array passed to a function?
what do the 'c' and 'v' in argc and argv stand for?
Is main is user defined function?
How can you increase the allowable number of simultaneously open files?
Explain how can a program be made to print the line number where an error occurs?
Difference between malloc() and calloc() function?