#if ... #else指令C语言中的示例| C预处理程序
The #if ... #else is a preprocessor directive in C programming language and it is used for conditional compilation, where one of the code section needs to be compiled based on the condition from two g...