tags:

views:

34

answers:

1

what is the function of preprocessor???????

A: 

The preprocessor handles inclusion of source files, expanding macro definitions, and any conditional preprocessor instructions (via #if for example).

Justin Niessner