程序填空:函数功能为字符串比较。 int strcmp(char *s,char *t)

2025-03-24 01:25:44
推荐回答(1个)
回答1:

(8)*s==*t
(9)return *s-*t