问题 填空题

以下程序运行时输出结果是()。

#include

int f(int x,int y)

{retum x+y; }

void main()

{double a=5.5,b=2.5;

printf("%d",f(a,b));

}

答案

参考答案:7

填空题
问答题