校园网新视野教育二级C上机考试复习资料 V16.0(共50套题目)第1套 校园网新视野教育上机考试复习资料 1、程序填空题 #include #include 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 res