单项选择题

有以下程序:
#include<stdio.h>
#define X 5+6
main()
int a=2,c;
C=X*2:
printf("%d",c);

程序运行后的输出结果是( )。

A.17
B.22
C.16
D.11