题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-10-21 10:28:09

[单项选择]有如下程序:
#include <iostream>
using namcspace std;
int main( )
void function(double val);
double val;
function(val);
eout<<val;
return 0;

void function(double val)
val=3:

编译运行这个程序将出现的情况是
A. 编译出错,无法运行
B. 输出:3
C. 输出:3.0
D. 输出一个不确定的数

更多"有如下程序: #include <iostream> usin"的相关试题:

[单项选择]

有如下程序:
  #include
  #include
  using std::cout;
  class Point{
  public:
  friend double distance(const Point &p); //p距原点的距离
  Point(int xx=0,int yy=0):x (xx),Y(YY){}//①
  private:
  Int x,Y;
  };
  double distance(const Point &p) { //②
  return sqrt(p.x*p.x+p.Y*p.Y);
  }
  int main(){
  Point p1(3,4);
  cout<  return 0;
  }
  下列叙述中正确的是()


A. 程序编译正确
B. 程序编译时语句①出错
C. 程序编译时语句②出错
D. 程序编译时语句③出错
[单项选择]以下程序执行后的输出结果是
#include<iostream>
using namcspace std;
void try(int,int,int,int);
int main( )

int x,y,z,r;
x=1;
y=2;
try(x,y,z,r);
cout<<r<<end1;
return 0;

void try(int x,int y, int z,int r)

z = x+y;
x = x*x;
y = y*y;
r = z+x+y;

A. 18
B. 9
C. 10
D. 不确定
[单项选择]有如下程序: #include #include using namespace std; class MyString{ public; char str[80]; MyString(const char*s) {strcpy(str,s);} MyString&operator+=(MyString a){ strcat(str,a.str); return*this; } }; ostream&operator<<(ostream&s,const MyString&z){return s << z.str} int main( ){ MyString x("abc"),y("cde"); cout<<(x+=y)<A. abc
B. cde
C. abcde
D. abccde
[简答题]有如下程序 #include #include using namespace std; class MyClass{ public: MyClass( ){cout<<’A”;} MyClass(char c {cout<A. A.ABX
B.ABXB
C.AXB
D.AXBB

[单项选择]有如下程序 #include using namespace std; class Base{ protected: Base( ){cout<<′A′;} Base(char C){cout<A. B
B. BA
C. AB
D. BB
[单项选择]有如下程序 #include using namespace std; class Sample { friend long fun(Sample s); public: Sample(10ng a){x:a;} { prtvate: 10ng x; ); long fun(Sample s) if (s.x<2) return 1 return s,x *fun(Sample(s,x-1); } int main( ) { int sum=0; for(int i=0,i<6;i++){sum+:fun(Sample(i));) Cout<A. 120
B. 16
C. 154
D. 34

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码