Answer Posted / glibwaresoftsolutions
int: Stores integer values (e.g., 1, -10).
float: Stores floating-point numbers (e.g., 3.14, -2.7).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to print ASCII code for a given digit.
Is c high or low level?
What is the benefit of using const for declaring constants?
What is cohesion in c?
Do pointers take up memory?
What is a stream in c programming?
Explain the difference between malloc() and calloc() function?
What would be an example of a structure analogous to structure 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
Is null equal to 0 in sql?
What is a dynamic array in c?
Why doesn't C support function overloading?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is the purpose of main( ) in c language?
What does int main () mean?