What are the preprocessors?

Answer Posted / achal

Each of the above answers is partially correct. A
Preprocessor is a software tool. You include many
preprocessor directives in your program.
e.g. include directives , #define, #ifdef , #pragma for
conditional compilation. All these things are taken care by
this tool. It comes into picture before compiler.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you delete a node in DLL?

688


How many levels of pointers can you have?

711


Explain is it valid to address one element beyond the end of an array?

743


What are pointers?

637


What is the purpose of realloc()?

678






What is the difference between #include and #include 'file' ?

612


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1435


Write a program to generate the Fibinocci Series

673


What is a lvalue

668


How are portions of a program disabled in demo versions?

758


What is equivalent to ++i+++j?

648


How to declare pointer variables?

690


Explain how can I avoid the abort, retry, fail messages?

597


What is output redirection?

700


What are the types of functions in c?

579