题目内容 (请给出正确答案)
[主观题]

两个不同类型的计算机网络能相互通信是因为()A.他们都符合OSI模型 B.他们都使用TCP/IP

两个不同类型的计算机网络能相互通信是因为()

A.他们都符合OSI模型

B.他们都使用TCP/IP

C.他们都使用兼容的协议组

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“两个不同类型的计算机网络能相互通信是因为()A.他们都符合O…”相关的问题

第1题

下面程序的输出结果是()。#include<iostream.h>#include"string.h"void main(){char a[]="Hello T

下面程序的输出结果是()。 #include<iostream.h> #include"string.h" void main() {char a[]="Hello Test",b[]="Test"; strcpy(a,b); cout<<a<<end1; } A) B)

C) D)

A.Hello

B.Test

C.Hello Test

D.Hello Test HelloTest

点击查看答案

第2题

下面程序的输出结果是()。#include<iostream.h>#include<string.h>voidmain() {cha

下面程序的输出结果是()。#include<iostream.h>

#include<string.h>

voidmain()

{

charp1[10],p2[10];

strcpy(p1,"abc");

strcpy(p2,"ABC");

charstr[50]="xyz":

strcpy(str+2,strcat(p1,p2));

cout<<str;

}

A.xyzabcABC

B.zabcABC

C.xyabcABC

D.yzabcABC

点击查看答案

第3题

下列程序的输出结果是()。 #include<iostream.h> #include"string.h" void main() {char a[]="He

下列程序的输出结果是()。 #include<iostream.h> #include"string.h" void main() {char a[]="Hello Test",b[]="Test"; strcpy(a,b); cout<<a<<end1; }

A.Hello

B.Test

C.Hello Test

D.Hello Test HelloTest

点击查看答案

第4题

下面程序的输出结果是#include<iostream.h>#include<string.h>void main(){char p1[10],p2[10]s

下面程序的输出结果是 #include<iostream.h> #include<string.h> void main() { char p1[10],p2[10] strcpy(p1,"abc"); strcpy(p2,"ABC"); char str[50]="xyz"; strcpy(str+2,strcat(p1,p2)); cout<<str; }

A.xyzabcABC

B.zabcABC

C.xyabcABC

D.yzabcABC

点击查看答案

第5题

下面程序的输出结果是#include<iostream.h>#include<string.h>void main(){char p1[10],P2[10];

下面程序的输出结果是 #include<iostream.h> #include<string.h> void main() { char p1[10],P2[10]; strcpy(p1,"abc"); strcpy(p2,"ABC"); char str[50]="xyz"; strcpy(str+2,strcat(P1,p2)); cout<<six; }

A.xyzabcABC

B.zabcABC

C.xyabcABC

D.yzabcABC

点击查看答案

第6题

以下程序的输出结果是【】。 include<iostream.h> include <string.h>void main 0 { char s[50]; st

以下程序的输出结果是【 】。

include<iostream.h>

include <string.h>

void main 0 {

char s[50];

strcpy(&s[O], "No" );

strcpy(&s[1], "123" );

strcpy (&s[2], "23456" );

cout<<s;

}

点击查看答案

第7题

下列程序的输出结果是【】。 include<iostream.h> include<string.h> void main(){ char b[30]; str

下列程序的输出结果是【 】。

include<iostream.h>

include<string.h>

void main(){

char b[30];

strcpy(&b[0],"XY");

strcpy(&b[1],"YZW");

strcpy(&b[2],"ZXY");

cout<<b<<end1;

}

点击查看答案

第8题

以下程序的输出结果是 ______。#include<iostream.h>#include<string.h>voidmain(){char *p1=",he

以下程序的输出结果是 ______。 #include<iostream.h> #include<string.h> void main(){ char *p1=",hello",*p2="world!",str[50]:"Hii"; strcpy(str+2,p1); strcat(str,p2); cout<<str; }

A.Hii,hello world!

B.hello world!

C.ii,hello world!

D.Hi,hello world!

点击查看答案

第9题

下列程序的输出结果是______。 include<iostream.h> include<string.h> using namespace std; voi

下列程序的输出结果是______。

include<iostream.h>

include<string.h>

using namespace std;

void fun(const char*s,char &C) {c=s[strlen(s)/2];}

int main()

{

char str[]="ABCDE";

char ch=str[1];

fun(str,ch);

cout<<ch;

return 0;

}

点击查看答案

第10题

有以下程序#include<string.h>#include<iostream.h>void main(){char*p="abcde\ofghjik\O"; cout

有以下程序 #include<string.h> #include<iostream.h> void main() { char*p="abcde\ofghjik\O"; cout<<strlen(p);} 程序运行后的输出结果是

A.12

B.15

C.6

D.5

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信