使用最流行的转义序列

#include <stdio.h>
int main()
{

    printf(Column A\tColumn B\tColumn C);
    printf(\nMy Computer\'s Beep Sounds Like This: \a!\n);
    printf(\Letz\bs this is a test test test test \\ \\ );
    printf(character \\\ she said\n);

    return 0;
}

相关文章

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