Posted in 面试题 onMay 06, 2014
解:#include
main()
#define f(x) (2*(x) * (x)+6*(x)-6)
{
float f1,x;
x=-1.4;
f1=f(x);
f1=f(f1);
printf(“%f\n”,f1);
}
main()
#define f(x) (2*(x) * (x)+6*(x)-6)
{
float f1,x;
x=-1.4;
f1=f(x);
f1=f(f1);
printf(“%f\n”,f1);
}
计算s=f(f(-1.4))的值
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Tags in this post...
Reply on: @reply_date@
@reply_contents@