我国计算机的二级C语言上机题库 50套填空与改错.doc

我国计算机的二级C语言上机题库 50套填空与改错.doc

... PAGE ... 1、程序填空题 教育上机考试复习资料 #include stdio.h #include math.h double fun(double x) { double f, t; int n; f = 1.0 + x; /**********found**********/ t = x; n = 1; do { n++; /**********found**********/ t *= (-1.0)*x/n; f += t; } /**********found**********/ while (fabs(t)= 1e-6); return f; } main() { double x, y; x=2.5; y = fun(x); printf(\nThe result is :\n); printf(x=%-12.6f y=%-12.6f\n, x, y); } 2、程序修改题 校园网·新视野教育上机考试复习资料 #include stdio.h long fun(int x,int y,long *p ) { int i; long t=1; /**************found***

文档评论(0)

1亿VIP精品文档

相关文档