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

What are keywords c?

779


Which built-in library function can be used to match a patter from the string?

957


Explain what is page thrashing?

812


What do you mean by command line argument?

806


What is the purpose of void pointer?

767






Why c is called a mid level programming language?

784


Where register variables are stored in c?

720


What is a file descriptor in c?

778


What is null in c?

741


What is difference between class and structure?

802


When the macros gets expanded?

1049


What does volatile do?

730


Is it fine to write void main () or main () in c?

725


Explain how to reverse singly link list.

791


How to establish connection with oracle database software from c language?

1885