以下程序的输出结果是______。Main(){ char st[20]="hello\0\t\\";Printf("%d%d\n",strlen(st),sizeof(st));}
A.99
B.520
C.820
D.1120
正确答案是B