专接本计算机C语言程序设计模拟试题及答案(9)
时间:2025-04-05
时间:2025-04-05
专接本计算机C语言程序设计模拟试题及答案
temp1=a[i];
temp1=temp2;
三、写出下列程序的运行结果(每小题9分,共36分)
1、6,2,3,4,5,
2、10
3、15
4、6385
四、按要求编写下列程序(每小题13分,共26分)
1.编写程序,用函数的递归调用求x的n次方的值,其中n为正整数。
#include <stdio.h>
float mypow(float x,int n)
{float m;
if(n==1) m=x;
else m=x*mypow(x,n-1);
return m;
}
void main()
{float x;
int n;
scanf("%f,%d",&x,&n);
printf("%f的%d次方是%f",x,n,mypow(x,n));
上一篇:平板铝型材宽展挤压模结构改进
下一篇:九年级班主任工作计划