Expressions

Matching exercise

    
Match the items on the right to the items on the left.
#define
#include
#undef
#ifdef
#ifndef
Substitutes a preprocessor macro.
Inserts a particular header from another file
Undefines a preprocessor macro.
Returns true if this macro is defined.
Returns true if this macro is not defined