Where define directive used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

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

0 Answers  


What is volatile variable in c with example?

0 Answers  


What is the difference between if else and switchstatement

0 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,






What does sizeof int return?

0 Answers  


Are local variables initialized to zero by default in c?

0 Answers  


Why do we use int main instead of void main in c?

0 Answers  


Compare and contrast compilers from interpreters.

0 Answers  


Tell me with an example the self-referential structure?

0 Answers  


What is hashing in c language?

0 Answers  


What is data structure in c programming?

0 Answers  


Categories