为什么会输出箭头?
#include "stdio.h"#include "string.h"
void main()
{
char a[6]={'a','b','c','d','e','f'};
puts(a);
}
输出结果为什么是abcdef↑?求教!
2017-05-11 21:27
2017-05-11 21:48
2017-05-11 21:50

2017-05-11 22:09

2017-05-11 22:11
2017-05-12 10:02
2017-05-12 12:23
2017-05-12 12:26
2017-05-12 12:27