如何输出带引号的字符串

结果输出 "hello world" 字符串

char world[] = "\"hello world\"";

printf("new string is %s\n",world);

posted @ 2018-05-24 10:19  紫藤萝瀑布  阅读(871)  评论(0编辑  收藏  举报