c语言中#if....#else...#endif的使用

it2025-09-25  4

#if…#else…#endif的使用

此语句可以用来作注释

exp: #if 0 此处的内容不执行; #else 此处的内容执行; #endif

#if 1 此处的内容执行; #else 此处的内容不执行; #endif
最新回复(0)