赞题库-背景图
单项选择题

有如下程序:
#include <stdio.h>
main()
{
int x=0x13;
printf("%d\n",x+1);
}
程序运行后的输出结果是______。

A.12
B.14
C.20
D.13