题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-07-07 19:49:54

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

[单项选择]有以下程序 #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 struct char 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
#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
[单项选择]有以下程序:
#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<stdio.h>
#include<string.h>
main( )
char*pl="abc",*p2="ABC",str[50]="xyz";
strcpy(str+2.strcat(p1,p2));
printf("%s/n,str);

的输出是______。
A. xyzabcABC
B. zabcABC
C. yzabcABC
D. xyabcABC
[单项选择]有以下程序
    #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
#include
main( )
char str[][20]='One * World", "One * Dream!", *p=str[1];
printf("%d,", strlen(p)); printf("%s/n", p);

A. 9,One * World
B. 9,One * Dream
C. 10,One * Dream!
D. 10,One * World
[单项选择]以下程序
#include<stdio.h>
#include<string.h>
main( )
char*p1="abc",*p2="ABC",str[50]="xyz";
strcpy(ar+2,strcat(p1,p2));
printf("%s/n",str);

的输出是______。
A. xyzabcABC
B. zabeABC
C. yzabcABC
D. xyabcABC
[单项选择]以下程序运行后的输出结果是 #include #include main( ) { char str[][20]={'One * World", "One * Dream!"}, *p=str[1]; printf("%d,", strlen(p)); printf("%s/n", p); }
A. 9,One * World
B. 9,One * Dream
C. 10,One * Dream!
D. 10,One * World
[单项选择]有以下程序
#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<stdio.h>
#include<string.h>
Struct A
int a;char b[10];double c;;
struct A f(struct A t);
main( )
struct A a=1001,"ZhangDa",1098.0;
a=f(
A. ;printf("%d,%s,%6.1f/n",a.a,a.b,a.c);
[单项选择]有以下程序
#include <stdio.h>
#include <string.h>
typedef strtlct char name[9]; char sex;floatscore[2]; STU;
void f(STU
[单项选择]以下程序
#include<stdio.h>
#include<string.h>
main( )
char*pl="abc",*p2="ABC",str[50]="xyz";
strcpy(str+2,strcat(p1,p2));
printf("%s/n",str);

的输出是________。
A. xyzabcABC
B. zabcABC
C. yzabcABC
D. xyabcABC

我来回答:

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

订单号:

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