单选题

有以下程序:

main()

{ int x,i;

for(i=l;i<=50;i++)

{ x=i:

if(x%2=0)

if(x%3=0)

if(X%7=0)

printf(”%d,i)”;

}

}

输出结果是(     )。

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