单项选择题

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

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