以下的转义字符使普通字符表示不同的意义.
以下是使用转义字符的代码示例:
printf( "This\nis\na\ntest\n\nShe said, \"How are you?\"\n" );
输出:
This is a test She said, "How are you?"