[单选题]

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

A.99

B.520

C.1320

D.2020

参考答案与解析:

相关试题

以下程序的输出结果是 ______。main(){char st[20]="he