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

Write a program for finding factorial of a number.

627


What should malloc(0) do?

608


What are run-time errors?

594


Explain what is output redirection?

660


How can I do peek and poke in c?

611






What are derived data types in c?

604


Can we declare variable anywhere in c?

533


How can I swap two values without using a temporary?

608


What is the benefit of using const for declaring constants?

581


What is anagram in c?

510


What is hash table in c?

562


What does the error 'Null Pointer Assignment' mean and what causes this error?

732


What is variable and explain rules to declare variable in c?

547


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

720


What is scope rule of function in c?

541