高等继续教育 / 高级语言程序设计
题型描述: 编程题
写比较两个字符串 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。
参考答案:
佳题速递: