训练
通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
Dotcpp
编程
编程教程
▾
编程训练
▾
编程考试
▾
团队教学
▾
AI 编程
▾
登录/注册
编程教程
▾
编程训练
▾
编程考试
▾
团队教学
▾
AI 编程
▾
Dotcpp
/
试卷列表
/
题库练习
/
题目 3328
下述语句中,在字符串s1和s2相等时显示"they a
下述语句中,在字符串s1和s2相等时显示"they are Equal"的是( )。
A.
if(*s1==*s2) puts("they are Equal");
B.
if(!strcmp(s1,s2)) puts("they are Equal");
C.
if(s1==s2) Puts("they are Equal");
D.
if(strcmp(s1,s2)) puts("they are Equal");
检查答案
答案
B
题目信息
题号:
3328
题型:
单选题
难度:
普通
去题库练习