成人高等教育 / 高级语言程序设计
正确率:100%
判断字符串 a 和 b 是否相等,应当使用( )。
- A、 if (a= =b)
- B、 if (a=b)
- C、 if (strcpy(a,b))
- D、 if(strcmp(a,b))
参考答案: