发布网友 发布时间:2022-04-21 14:39
共4个回答
热心网友 时间:2023-09-06 10:16
在C语言里中文双引号“ ”可以直接写,但是英文双引号"必须用转义字符写成\".比如要输出 "this is a test"(包括双引号),可以写成printf("\"this is a test\"");热心网友 时间:2023-09-06 10:16
使用转义字符\进行输出即可。热心网友 时间:2023-09-06 10:17
printf(“\"***********\”");热心网友 时间:2023-09-06 10:17
printf("\"***\"*****",...);