首页题库练习题目详情
C语言程序设计单选题中等

在条件编译中,如何定义一个宏使得后续的代码被编译?

A使用 #undef 命令
B使用 #define 命令
C使用 #if 命令
D使用 #include 命令