转义序列\”双引号

要在输出的文本中插入引号,请使用转义序列:\

#include <stdio.h>

int main()
{
    printf(\This is quoted text\); 

    return 0;
}

相关文章

for遍历数组
。。。
声明一个计数循环
咕咕咕
#include <stdio.h> int main (void) { printf (&quo...