题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-12-13 18:43:52

[单项选择]有以下程序
#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<string.h> #include"的相关试题:

[单项选择]有以下程序 #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>
usingnamespacestd;
voidsub(intx,inty,int*2)

*z=y+x;

int main( )

int a,b,C;
sub(8,4,&
A. ;
B. ;
C. ;
D. 12,-18,16
[单项选择]请阅读以下程序: #include<stdio.h> #include<string.h> void fun(int b[]) { static int i=0; do {b[i]+=b[i+1]; }while(++i<2);} main( ) { int k,a[5]={1,3,5,4,9}; fun(a); for(k=0;k<5;k++)printf("%d",a[k]);} 上面程序的输出是( )。
A. 13579
B. 48579
C. 48549
D. 48999
[单项选择]有以下程序 #include #include int fun(int n) { int *p; p=(int*)malloc(sizeof(int)); *p=n; return*p; } main( ) { int a: a=fun(10);printf("%d/n",a+fun(10)); } 程序的运行结果是
A. 0
B. 10
C. 20
D. 出错
[单项选择]有以下程序:
#include
#include
typedef structchar name[9];char sex;float score[2];STU;
void f(STU
A. Qian,m,85,90
B. Zhao,f,95,92
C. Zhao,m,85,90
[单项选择]有以下程序     #include<string.h>     #include<iostream.h>     void main( )     { char *p="abcde/0fghjik/0";       cout < < strlen(p);}   程序运行后的输出结果是( )。
A. 12
B. 15
C. 6
D. 5
[单项选择]若运行时给变量x输入12,则以下程序的运行结果是 #include <iostream.h> void main( ) { int x,y; cin>>x; y=x>12 x+10:x-12; cout<<y; cout<<endl; }
A. 0
B. 22
C. 12
D. 10
[单项选择]有以下程序:
#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

我来回答:

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

订单号:

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