C语言:\t\b\n应用

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

    printf("123\n");
    printf("%c\n",'\177');
     printf("\t\ta\n");
     printf("abcde\b \b");//空格替换了e
    getchar();
}

 

posted @ 2021-04-07 07:51  myrj  阅读(193)  评论(0编辑  收藏  举报