题目内容

以下程序输出结果为 。#include int fun(int n){ if(n==1) return 1;else return fun(n-1)+1;}void main(){ int i,j=0;for(i=1;i<3;i++)j+=fun(i);printf("%d\n",j);}

查看答案
更多问题

What we should prepare for making a cake?

A. The food raw materials.
B. The equipment.
C. The equipment and the food raw materials.

Who would gather together to give blessings on birthday?

A. Mother.
B. Classmates.
C. Relatives.

What is the key factor of making a cake?

A. Preparing.
B. Stirring.
C. Baking.

Where did Mark make a cake?

A. In a shop.
B. At a bakery.
C. In a cake-shop.

答案查题题库