He was trying to get a _____________ job.
A. secure (v.)
B. secure (a.)
查看答案
The company _____________ a contract last month.
A. secure (v.)
B. secure (a.)
下列程序中,函数调用时传递的实参是______。#include int main(){ int max(int x,int y); int a,b,c;printf(“two integer numbers: ");scanf(“%d,%d”,&a,&b);c=max(a,b);printf(“max is %d\n”,c);}
如果函数值的类型和return语句中表达式的值不一致,则以________为准
函数的定义有有参函数和无参函数之分。
A. 对
B. 错