What are the preprocessors?

Answer Posted / vishnu vardan

Preprocessor is a parser which parses the code before
compilation.It describes path of compilation,includes the
definitions of standard C functions and subustuites the
variables depending on the pre processor directive
used.Also can be used to output the comments and error
messages during compilation.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented b language?

922


What is the scope of local variable in c?

582


a value that does not change during program execution a) variabe b) argument c) parameter d) none

699


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1319


How do I use void main?

635






What are the types of unary operators?

665


What are the disadvantages of a shell structure?

697


How do you write a program which produces its own source code as output?

610


What is || operator and how does it function in a program?

633


what is different between auto and local static? why should we use local static?

646


Explain how do I determine whether a character is numeric, alphabetic, and so on?

656


How do I get an accurate error status return from system on ms-dos?

653


What is a scope resolution operator in c?

754


Tell me is null always defined as 0(zero)?

677


What are the differences between Structures and Arrays?

614