单项选择题

若执行下面程序时从键盘上输入5, main() { int x; scanf("%d",&x); if(x++>5)printf("%d\n",x); else printf("%d\n",x-); 则输出是______。

A.7
B.6
C.5
D.4