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

void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1481


What is the significance of an algorithm to C programming?

792


What is static and auto variables in c?

783


What is logical error?

846


What are control structures? What are the different types?

841


Explain bitwise shift operators?

908


Explain what is wrong with this statement? Myname = ?robin?;

1320


how should functions be apportioned among source files?

856


what are enumerations in C

921


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

5207


Should I learn c before c++?

967


What are structures and unions? State differencves between them.

849


Define macros.

1019


How can I rethow can I return a sequence of random numbers which dont repeat at all?

966


what is bit rate & baud rate? plz give wave forms

1721