题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-04-17 00:29:48

[填空题]下面程序的输出结果为 【8】 。 #include<iostream.h> void main( ) { int num=0,i=8; do{ i--; num ++; }while(--i); cout<<num<<end1; }

更多"下面程序的输出结果为 【8】 。 #include<iostrea"的相关试题:

[填空题]下面程序的输出结果是 【9】 。 #include<iostream.h> void main( ) { int a[6]={1,2,3,4,5,6}; for(int i=0;i<5;i++) cout <<a[i] <<" "; cout <<end1; }
[填空题]下面程序的输出结果为 【8】 
  # include <iostream.h>
  void main( )
  
    int num=0,i=8;
    do
      i --;
      num++;
       while(--i);
      cout << num << endl;

[填空题]下面程序的结果为【 】。   #include<iostream.h>   void main( )   {     int a=1,b=2;     bool c=1;     if((a>b)||c) cout<<"true"<<endl;     else       cout<<"false"<<endl;   }
[填空题]下面程序的结果为 【7】 。 #include<iostream.h> void main( ) { int a=1,b=2; bool c=1; if((a>b) ||c) cout<<"true"<< end1; else cout<<"false"<<end1; }
[填空题]以下程序输出的结果是 【7】 。 #include<iostream.h> void main( ) { int a=5,b=4,c=3,d; d=(a>b>C) ; cout<<d; }
[填空题]以下程序的输出结果是  【7】  
  #include<iostream.h>
  void main( )
  
   int a=0;
   a+=(a=8);
   cout< <a;

[填空题]以下程序的输出结果是 [10]
#include<iostream. h>
void main( )
int *p;
p=new int;
*p=200;
cout<<*p;
delete p;

[填空题]以下程序的输出结果是 [8]
#include <iostream. h>
void main( )
char *x[6] = "Would" , "you" , "like" , "C" "Plus" "Plus"
int i=0;
while (i < 4)
if (i==3)
cout<<x[i]<< "" ;
else
cout<<x[i]<<" ";
i++;

cout<<end1;
[填空题]以下程序的输出结果是 [11]
#include<iostream. h>
void main( )
int a[]= 1, 3, 5, 7, *p=a, i;
for (i=0; i<4: i++)
a[i]=*p++;
cout<<a[2];

[填空题]下述程序的输出结果是 【13】 。 # include <stdio.h> void main( ) { char c1[20]="1234"; char c2[20]="5678"; char *p1,*p2; p1=c1; p2=c2; while(*p1++) while(*p1++=*p2++); printf("%s,c1); }

我来回答:

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

订单号:

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