# Problem Which compiler directive can be used in conjunction with `#if`, `#elif`, `#else`, and `#endif` to conditionally compile multiple code options? # Process ... # Answer ```c #define ```