题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-10-01 23:24:49

[单项选择]有以下程序:
#include <iostream>
#include <string>
using namespace std;
int main ( )

char s[]="/n123//";
cout<<strlen (s) <<", "<<sizeof (s) <<end1;
return 0;

A. 赋初值的字符串有错
B. 6,7
C. 5,6
D. 6,6

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

[单项选择]有以下程序:
#include <iostream>
#include <string>
using namespace std;
int main ( )

char s[]="/n123//";
cout<<strlen (s) <<", "<<sizeof (s) <<end1;
return 0;

A. 赋初值的字符串有错
B. 6,7
C. 5,6
D. 6,6
[单项选择]有以下程序:
#include <iostream>
#include <strinq>
using namespace std;
int main( )

char a[] = 'a'/'b'/'c'/'d','e','f','g','h','/0';
int i j;
i=sizeof(
A. ;
B. 8,9
C. 1,8
D. 9,8
[单项选择]有以下程序
    #include<string.h>
    #include<iostream.h>
    void main( )
     char *p="abcde/0fghjik/0";
      cout < < strlen(p);
  程序运行后的输出结果是
A. 12
B. 15
C. 6
D. 5
[单项选择]有以下程序
#include<string.h>
#include<iostream.h>
void main( )
char*p="abcde/ofghjik/O";
cout<<strlen(p);
程序运行后的输出结果是
A. 12
B. 15
C. 6
D. 5
[单项选择]有以下程序:
#include <iostream>
#include <fstream>
using namespace std;
int main ( )

ofstream ofile;
char ch;
ofile.open ("abc.txt");
cin>>ch;
while (ch!='#' )

cin>>ch;
ofile.put(ch);

ofile.close( );
return 0;

当从键盘终端连续输入的字符为a、b、c和#时,文件abc.txt中的内容为( )。
A. 程序编译时出错
B. abc#
C. abc
D. #
[单项选择]以下程序的输出结果是( )。
#include <iostream>
#include <stdlib>
using namespace std;
void func(char **m)

++m;
cout<<*m<<endl;
)
main( )

static char *a[]="MORNING","AFTERNOON","EVENING";
char **n;
n=a;
func(n);
system("PAUSE");
return 0;

A. 为空
B. MORNING
C. AFTERNOON
D. EVENING
[单项选择]有以下程序
#include <iostream>
using namespace std;
class sample

private:
int x;
public:
sample(int
[单项选择]有以下程序:
#include <iostream.h>
#include
void main( ) double d= 123.456789;
cout<<setprecision(3)<<d<<",";
cout<<setprecision(4)<<d<<",";
cout<<setprecision(5 )<<d<<end1;程序执行后的输出结果是( )。
A. 123,123.4,123.45
B. 123,123.5,123.46
C. 123,123,123.4
D. 123.456789,123.456789,123.456789
[单项选择]有以下程序:
#include<iostream.h>
#include<iomanip.h>
void main( )

cout.fill('*');
cout.width(10);
cout,<setiosflags(ios::left)<<123.45<<endl;

程序执行后的输出结果是( )
A. ****123.45
B. **123.45**
C. 123.45****
D. ***123.45*
[单项选择]有以下程序
#include<iostream>
using namespace std;
class sample

private:
int x;
public:
sample(int

我来回答:

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

订单号:

截图扫码使用小程序[完全免费查看答案]
请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码