请将以下程序的运行结果写在右侧空白处。
#include <stdio.h>
main()
{
int i,a[10];
for(i=0;i<=9;i++)
a[i]=i;
printf("%d",a[i]);
}
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索