Day: 11 May 2017

The C preprocessor

The C preprocessor is the first stepĀ of the code translation process. It performs some editingĀ tasks before the compiler starts . With Standard C has come a number of useful and powerful techniques that make the preprocessor a genuinely useful tool to the C programmer. The preprocessor is a powerful but must be used carefully (pitfalls) […]

Read more