题目详情
单选题 What will be displayed by the following code?char s2[7] = "Dallas";char s1[14] = "Dallas";cout << strcmp(s1, s2)
A. 1
B. 0
C. -1
D. 2
学科:C++语言程序设计
时间:2026-03-24 23:33:53
相关题目
相关作业