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
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How can my program discover the complete pathname to the executable from which it was invoked?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is a floating point in c?
What is the difference between procedural and functional programming?
What are valid signatures for the Main function?
What is the purpose of the statement: strcat (S2, S1)?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is the difference between functions getch() and getche()?
Explain the difference between null pointer and void pointer.
Explain what is the concatenation operator?
What are the keywords in c?
What are structure members?