Answer Posted / manish soni tagore collage jai
size of integer is
sizeof(int);
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to define structures? ·
When was c language developed?
Why shouldn’t I start variable names with underscores?
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 unions in c?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What do you mean by keywords in c?
How does free() know explain how much memory to release?
What is the use of structure padding in c?
Explain how can you be sure that a program follows the ansi c standard?
What is the difference between void main and main in c?
What is getch () for?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What oops means?
How do I get a null pointer in my programs?