单项选择题

C语言提供的预处理功能包括条件,其基本形式为:
#×××标识符
程序段1
#else
程序段2
#endif
这里的×××可以是 ( )

A.define或include
B.ifdef或include
C.indef或ifndef或define
D.ifdef或ifndef或if