c語言之ascii字符

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

打印結果buf:helloprintf

相關文章
相關標籤/搜索