WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
3 6129what is the difference between global variable & static variable declared out side all the function in the file.
2 5949Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
2 5112While compiling a c program,graphics header files are not
including in my program..eg:
write a program to fined second smallest and largest element in a given series of elements (without sorting)
9 20068
Why is c still so popular?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Differentiate call by value and call by reference?
What is the symbol indicated the c-preprocessor?
What is a double c?
What's the best way of making my program efficient?
what is the height of tree if leaf node is at level 3. please explain
explain what is a newline escape sequence?
Can we replace the struct function in tree syntax with a union?
What are the different types of endless loops?
Explain about block scope in 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
What is wild pointer in c with example?
Why do we use header files in c?
what do you mean by enumeration constant?