单选题 下列程序的运行结果为______。
#define MS DOS
#ifdef MS DOS
#define INTEGER SIZE 32
#else
#define INTEGER SIZE 16
#endif
main ()
printf ("integer_size=%d/n", INTEGER_SIZE);

【正确答案】 A
【答案解析】