单项选择题

下面程序的输出结果是 ______。
#define a 121
const b=12;
enum ca1,a2;
main()
printf("%d,%d,%d",sizeof(

A.,sizeof(
B.,sizeof(enum
C.);
A) 121,0,4B