填空题 有以下程序:
void main()
int t=1,i=5;
for(;i>=0;) i--;t*=i;
printf("%d/n",t);

执行后输出的结果是______。

  • 1、
【正确答案】 1、-1    
【答案解析】