4. main()
{
int c=- -2;
printf("c=%d",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
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
How to print "I Love My India" without using semi colon?
What is the maximum no. of arguments that can be given in a command line in C.?
Explain heap and queue.
What do you mean by c what are the main characteristics of c language?
What is C language ?
Describe the order of precedence with regards to operators in C.
Explain two-dimensional array.
Explain how can you be sure that a program follows the ansi c standard?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What is the difference between arrays and pointers?