strcmp函数用法(strcomp函数用法)

strcmp函数用法(strcomp函数用法) 1、一.strcmp函数strcmp函数是比较两个字符串的大小,返回比较的结果。 2、一般形式是:i=strcmp(字符串,字符串);其中,字符串......

2025-10-08
18