高等继续教育 / C语言程序设计
正确率:认证
题型描述: 编程题
写比较两个字符串 s 和 t 的函数strcmp(s, t)。要求s < t 时返回 -1,s = t时返回0,s > t时返回1。
写比较两个字符串 s 和 t 的函数strcmp(s, t)。要求s < t 时返回 -1,s = t时返回0,s > t时返回1。
参考答案:
佳题速递: