天亚教育计算机的二级C上机考试复习资料.doc

天亚教育计算机的二级C上机考试复习资料.doc

... PAGE ... 天亚教育计算机二级C上机考试复习资料(共50套题目) 第1套 1、程序填空题 #include stdio.h double fun(double e) { int i; double s, x; /**********found**********/ s=0; i=__1__; x=1.0; while(xe){ /**********found**********/ __2__; /**********found**********/ x=(2.0*i-1)/((__3__)*(2.0*i)); s=s+x; } return s; } main() { double e=1e-3; printf(\nThe result is: %f\n,fun(e)); } 2、程序修改题 #include stdio.h #include string.h /************found************/ void fun (char s, char t) { int i, d; d = strlen(s); for (i = 0; id; i++) t[i] = s[i]; for (i = 0; id; i++) t[d+i] =

文档评论(0)

1亿VIP精品文档

相关文档