首页 > 其他 > 详细

\r和\n的区别

时间:2020-02-27 21:25:35      阅读:74      评论:0      收藏:0      [点我收藏+]
#include "common.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>

static float test_equation = 0;
static char  letter_A = ‘\r‘;

int main()
{	
	
	//while (1)
	{
		//printf(" hello");
		//printf(" hello%c", letter_A);
		printf("Hello\n");
		getchar();
	}

	return 0;
} 

  

\r和\n的区别

原文:https://www.cnblogs.com/nowroot/p/12374213.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!