Home > Back-end >  Why is an empty line after Ctrl z? How to get rid of?
Why is an empty line after Ctrl z? How to get rid of?

Time:06-04

# include
Struct date
{
int y;
Int m;
Int d;
};
Struct student
{
Char num [15].
Char name [30].
Struct date bir;
} s;
Int main ()
{the while ((the scanf (" % s ", s.n um))!=NULL)
{the scanf (" % s % d % d, % d ", s.n ame, & amp; S.b ir. J y, & amp; S.b ir. J m, & amp; S.b ir. D);
Printf (" % s \ n \ n % s % 4 d. d. % 02 02 d % \ n ", s.n um, s.n ame, s.b ir. Y, s.b ir. M, s.b ir. D);

}
return 0;
}

CodePudding user response:

I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.html
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html
  • Related