首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VB >

C语言有关问题 急

2012-01-02 
C语言问题 急急急C语言中strcmp(tab[i],type,type0,5)是什么意思[解决办法]那得发C版去问.[解决办法]strcm

C语言问题 急急急
C语言中strcmp(tab[i],type,type0,5)是什么意思

[解决办法]
那得发C版去问.
[解决办法]
strcmp,是比较两个字符串。
[解决办法]
可能是笔误吧。
int strcmp( const char *string1, const char *string2 );

Return Value

The return value for each of these functions indicates the lexicographic relation of string1 to string2.

Value Relationship of string1 to string2 
< 0 string1 less than string2 
0 string1 identical to string2 
> 0 string1 greater than string2 

热点排行