A. mian B. main C. scanf D. printf
A. 语句 B. 函数 C. 源程序 D. 子程序
A. void B. int C. float D. double
A. 常量 B. 变量 C. 表达式 D. 具有返回值的函数调用
A. 个数相等 B. 类型一致 C. 顺序一一对应 D. 参数名一致
A. intmax(inta,intb); B. intmax(intx,inty); C. intmax(int,int); D. intmax(inta,intb)
A. 函数返回值的类型 B. 函数形参的数据类型 C. 调用该函数时的实参的数据类型 D. 任意指定的数据类型
A. 程序中第一条可以执行的语句 B. 程序中的第一个函数 C. 程序中的主函数 D. 包含文件中的第一个函数
A. int、return0 B. float、return0 C. float、returnz D. int、returnz