How to implement call back functions ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravikumar
pointer provide the call back function by using arguments
| Is This Answer Correct ? | 0 Yes | 0 No |
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can I find out if there are characters available for reading?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Can you think of a logic behind the game minesweeper.
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is actual argument?
can we change the default calling convention in c if yes than how.........?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist
about c language
what is the difference between static variable and register variable?
how to capitalise first letter of each word in a given string?
Explain how can I manipulate strings of multibyte characters?