black

CPP考试

登录

单项选择题

1)#include < iostream >
2)# include < math.h >
3)using namespace std;
4)double max(double x,doubley);
5)void main()
6){
7)double   a,b,c;
8)cout << " input two numbers:\n";
9)cin>>a>>b;
10)c=max(a,b);
11)cout<< " the squart of max imum="<< sqrt(c);
12)}
13)double max(doublex,doubley)
14){
15)if(x>y)
16)returnx;
17)else
18)returny;
19)}

该程序第4行的作用是()。

A、变量定义
B、函数调用
C、函数声明
D、函数定义

相关考题

单项选择题 程序执行第9行时,若输入23后按回车,则内存中a的值为:()

单项选择题 程序第8行执行完后,光标在:()

单项选择题 执行完第8行后,屏幕上输出:()

All Rights Reserved 版权所有©PP题库网库(pptiku.com)

备案号:湘ICP备14005140号-5

经营许可证号:湘B2-20140064