c语言之ascii字符

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

打印结果buf:helloprintf

相关文章
相关标签/搜索