请将以下程序中的函数声明语句补充完整。#includeint______;main(){ int x,y,(*p)();scanf("%d%d",&x,&y);p=max;printf("%d\n",(*p)(x,y));}int max(int a,int b){ return(a>b?a:b);}
查看答案
有以下程序,请在 __ 处填写正确语句,使程序可正常编译运行。#include____________ ;main(){ double x,y,(*p)();scanf("%lf%lf",&x,&y);p=avg;printf("%f\n",(*p)(x,y));}double avg(double a,double b){ return((a+b)/2);}
有以下程序:#include fun(int x){if(x/2>0) fun(x/2);printf("%d.",x);}main(){ fun(6),printf("\n");}程序运行后的输出结果是________。
We can’t afford to lose this ______ because the future of the company depends on it.
A. contact
B. context
C. concept
D. contract
I managed to ______ four years of university tuition with scholarships and part-time jobs.
A. support
B. supply
C. finance
D. sponsor