单项选择题

以下程序的输出结果是______。
#finclude<stdio.h>
main()
int a=200;
#define a 100
printf("%d",

A.;
#undefa