Why do we need a pre processor?

Status
Not open for further replies.
Hello!

Preprocessor is a software coming before the compiler.
All the preprocessor directives are preceded with #
Examples:
#include xxxx.h
#define something some value
etc...
You may be interested in reading a book about C language (not only C, but it's the most common).

Dora.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…