When should a type cast not be used?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between array_name and &array_name?
What is the use of a static variable in c?
Why header file is used in c?
what is the difference between structural,object based,object orientd programming languages?
write a program to display & create a rational number
What is the use of the function in c?
Write the control statements in C language
Can you please explain the difference between malloc() and calloc() function?
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
if p is a string contained in a string?
can anyone suggest some site name..where i can get some good data structure puzzles???
Is return a keyword in c?