在线名词解释大全
专业、全面、易懂的全领域名词百科
首页
>
C程序设计案例教程(基础)
>
详细
2.有如下C语言条件编译形式,其中ABC可以是____。#ABC标识符程序段1#else程序段2#endif
题型:单选题
选项
A.
A.define或 include
B.
B.fdef或include
C.
C.ifdef或ifndef
D.
D.ifdef或 ifndef 或if
正确答案:D
名词解析
正确答案为ifdef或 ifndef 或if。