以下程序的输出结果是______。Main(){ char st[20]="hello\0\t\\";Printf("%d%d\n",strlen(st),sizeof(st));}
A.99 B.520 C.820 D.1120
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。