题目详情
单选题 判断字符串a和b是否相等,应当使用( )
A. if(a==b)
B. if(a=b)
C. if(strcpy(a,b))
D. if(strcmp(a,b))
学科:C语言程序设计基础
时间:2026-01-05 12:39:29
相关题目
相关作业