Answer Posted / surendra
Array is the collection of similar data types.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is the purpose of void pointer?
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 are the 5 elements of structure?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Explain how can a program be made to print the name of a source file where an error occurs?
define string ?
how to build a exercise findig min number of e heap with list imlemented?
What is the meaning of typedef struct in c?
Why string is used in c?
How can I make sure that my program is the only one accessing a file?
What are the two forms of #include directive?
What is the difference between single charater constant and string constant?
In C, What is the #line used for?