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

In C language, a variable name cannot contain?

735


Define Array of pointers.

629


Explain 'far' and 'near' pointers in c.

700


What's the difference between constant char *p and char * constant p?

649


all c language question

1862






Can we declare variable anywhere in c?

533


Where are local variables stored in c?

568


What is a char in c?

552


What are operators in c?

575


What do you mean by command line argument?

636


regarding pointers concept

1564


What is union and structure?

567


Explain how can you restore a redirected standard stream?

585


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1176


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

615