WHAT IS C?

Answer Posted / avinash

C IS A PROGRAMMING LANGUAGE.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14965


How are pointers declared in c?

602


What is static function in c?

635


What does c in a circle mean?

583


What is the sizeof () a pointer?

550






What is %s and %d in c?

594


Explain what is wrong with this program statement? Void = 10;

766


What is getch c?

858


What is the use of pragma in embedded c?

593


Why does the call char scanf work?

620


Explain a pre-processor and its advantages.

634


What is a static function in c?

624


What is build process in c?

645


What are static variables in c?

629


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

2521