Expressions
Matching exercise
Match the items on the right to the items on the left.
Tests if a compile time condition is true.
The alternative for #if.
#else and #if in one statement.
Ends preprocessor conditional.
Issues special commands to the compiler, using a standardized method.
#if
#else
#elif
#endif
#pragma