Sunday, June 10, 2012

preprocessor


A preprocessor produce input to compilers. They may perform the following functions.
1. Macro processing: A preprocessor may allow a user to define macros that are short hands for longer constructs.
2.  File inclusion: A preprocessor may include header files into the program text.
3. Rational preprocessor: these preprocessors augment older languages with more modern flow-of-control and data structuring facilities.
4. Language Extensions: These preprocessor attempt to add capabilities to the language by certain amounts to build-in macro

6 comments:

  1. Hello! Mr Srinuvasu, you have interesting collection, Do u have any website...

    ReplyDelete
  2. Hello ! Mr srinuvasu. you have good collection abt preprocessor ,Do u have any example on these ?

    ReplyDelete
    Replies
    1. You can find example at http://sillycodes4u.blogspot.in/2014/02/compilation-stages-in-c-language.html

      Delete
    2. http://cnuinfotech-cd.blogspot.in/2014/04/preprocessor-explanation-with-example.html

      Delete
  3. command line parameters are passed by preprocessor or linker ?

    ReplyDelete