填空题 有如下程序段: char c[20]="examination"; c[4]=0; cout<<c<<endl; 执行这个程序段的输出是______。
  • 1、
【正确答案】 1、exam    
【答案解析】