what r callback function?
Answer / 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 |
Explain can you assign a different address to an array tag?
which type of question asked from c / c++ in interview.
What is the difference between Printf(..) and sprint(...) ?
How can I write a function that takes a format string and a variable number of arguments?
What are the types of type qualifiers in c?
How does free() know explain how much memory to release?
What is the difference between macros and inline functions?
how can f be used for both float and double arguments in printf? Are not they different types?
what is a static function
Tell me when would you use a pointer to a function?
c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks