#define MAX 3
main()
{
printf("MAX = %d \n",MAX );
#undef MAX
#ifdef MAX
printf("Vector Instituteā);
#endif
Post New Answer View All Answers
How does placing some code lines between the comment symbol help in debugging the code?
What is the use of bitwise operator?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What are the primitive data types in c?
What is || operator and how does it function in a program?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is declaration and definition in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What are the different types of errors?
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 the explanation for modular programming?
Difference between strcpy() and memcpy() function?
Was 2000 a leap year?
What is the auto keyword good for?
Whats s or c mean?