What is the Difference between Macro and ordinary
definition?
Answer Posted / himanshu goel
macro definitions can be used for conditional compilation
whereas ordinary cannot
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
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 a pointer in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is structure and union in c?
What is %lu in c?
What is volatile c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Using which language Test cases are added in .ptu file of RTRT unit testing???
How do we declare variables in c?
Write a program to print fibonacci series without using recursion?
Can we increase size of array in c?
What is the scope of static variable in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What does do in c?
What is pointer to pointer in c?