Answer Posted / vignesh1988i
C is the successor of the language of B... so their is no
any full forms for C... it's just an alphabet
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
What are shell structures used for?
Does free set pointer to null?
Explain bit masking in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is #ifdef ? What is its application?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Explain 'bit masking'?
Can we compile a program without main() function?
Describe the difference between = and == symbols in c programming?
What is the Purpose of 'extern' keyword in a function declaration?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Explain how can you tell whether a program was compiled using c versus c++?
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
How do we print only part of a string in c?
using for loop sum 2 number of any 4 digit number in c language