what is use#in c

Answer Posted / sujith

Another use is for token pasting if used as ##

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is assignment operator?

630


What is the difference between procedural and declarative language?

657


What are the __date__ and __time__ preprocessor commands?

577


show how link list can be used to repersent the following polynomial i) 5x+2

1683


What is a MAC Address?

633






What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

610


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1262


Explain what is the stack?

639


What is hungarian notation? Is it worthwhile?

704


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

2522


Explain how can I pad a string to a known length?

661


Explain built-in function?

597


what is the basis for selection of arrays or pointers as data structure in a program

3791


What are the types of data types and explain?

675


What is c language used for?

563