int main(){ char buf[20] = {104,101,108,108,111,0}; printf("buf:%s\n",buf); return 0;}return
打印結果buf:helloprintf