Introduction

Learn how to declare preprocessing statements.

We'll cover the following...

Definition

A macro is a segment of code that is replaced by the value of the macro.

Macro is defined by the #define directive. Although you can ...