StrCompare(‘Computer’, ‘Compare’)的返回值是
StrCompare(‘Computer’, ‘Compare’)的返回值是
编写算法,实现串的基本操作StrCompare(S,T)。
编写算法,实现串的基本操作StrCompare(S,T)。
串比较是按字符的ASCII值比较的,而不是按串的长度比较的。StrCompare('data', 'structures') ________ 0;
串比较是按字符的ASCII值比较的,而不是按串的长度比较的。StrCompare('data', 'structures') ________ 0;
1