单项选择题

以下程序的输出结果是______。
main()
chsr st[20]="bello\0\t\\";
print("%d%f\n",strlen(st),sizeof(st));

A.99
B.520
C.1320
D.2020