像这样初始化字符数组有什么区别
char c[10]={0};
和这个
char c[10]="";
c++ arrays null character
arrays ×1
c++ ×1
character ×1
null ×1