题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-07-10 23:34:41

[单项选择]有以下程序     #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<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 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 <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 <iostream> #include <string> usxng namespace std; int main( ) { char p[] = "abcdefgh"; cout<<strlen(strcpy(p,"12345"))<<end1; return 0; } 执行后输出的结果是( )。
A. 8
B. 12
C. 5
D. 7
[单项选择]有以下程序 #include #include void fun(int *p1, int *p2, int *s) { s = (int*)malloc(sizeof(int)); *s = *p1 + *p2; free(s); } main( ) { int a=1, b=40, *q = &a; fun(&a, &b, q); printf("%d/n", *q); } 程序运行后的结果是
A. 42
B. 0
C. 1
D. 41
[单项选择]以下程序 #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

我来回答:

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

订单号:

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