当前位置: 首页 > news >正文

大眼睛网站建设短视频培训机构

大眼睛网站建设,短视频培训机构,凡科快图在线,怎么做网站的思维导图函数名: strcmp 头文件&#xff1a; <string.h> 函数原型: int strcmp(const char *str1,const char *str2); 功 能: 比较两个字符串的大小&#xff0c;区分大小写 参 数&#xff1a; str1和str2为要比较的字符串 返回值&#xff1a; str1 > str2 , 返回 1&…

函数名:  strcmp

头文件: <string.h>

函数原型:  int strcmp(const char *str1,const char *str2);

功 能:   比较两个字符串的大小,区分大小写

参 数: str1和str2为要比较的字符串

返回值:  str1 > str2 , 返回 1;

                str1 < str2 , 返回 -1;

                str1 == str2 , 返回 0;

 函数表达:

第一种返回方式

#include<stdio.h>
#include<assert.h>
int my_strcmp(const char* str1, const char* str2)
{assert(str1 && str2);//比较while (*str1 == *str2){if (*str1 == '\0'){return 0;//相等}str1++;str2++;}if (*str1 > *str2)return 1;//大于elsereturn -1;//小于
}int main()
{char* p1 = "abcdef";char* p2 = "abcdef";int ret = my_strcmp(p1,p2);printf("ret = %d\n",ret);return 0;
}

 第二种返回方式

#include<stdio.h>
#include<assert.h>
int my_strcmp(const char* str1, const char* str2)
{assert(str1 && str2);//比较while (*str1 == *str2){if (*str1 == '\0'){return 0;//相等}str1++;str2++;}return (*str1 - *str2);
}int main()
{char* p1 = "abcdef";char* p2 = "bcdef";int ret = my_strcmp(p1,p2);printf("ret = %d\n",ret);return 0;
}

 

其中用了assert()函数

函数名: assert

头文件:<assert.h> 

函数原型: void assert( int expression );

功能: 断言一个表达式是否正确

参数:expression如果其值为假(即为0),那么它先向stderr打印一条出错信息,然后通过调用 abort 来终止程序运行

返回值:没有返回值


文章转载自:
http://scoriaceous.nrpp.cn
http://gastrosoph.nrpp.cn
http://shimmer.nrpp.cn
http://venue.nrpp.cn
http://stickball.nrpp.cn
http://fencelessness.nrpp.cn
http://handicapped.nrpp.cn
http://fug.nrpp.cn
http://teleost.nrpp.cn
http://lancang.nrpp.cn
http://glucinum.nrpp.cn
http://romeldale.nrpp.cn
http://implicate.nrpp.cn
http://accusatory.nrpp.cn
http://psychoprison.nrpp.cn
http://praepostor.nrpp.cn
http://drumbeating.nrpp.cn
http://attainments.nrpp.cn
http://grime.nrpp.cn
http://umbellate.nrpp.cn
http://saleswoman.nrpp.cn
http://ym.nrpp.cn
http://democratise.nrpp.cn
http://ironically.nrpp.cn
http://parliamentarian.nrpp.cn
http://mucosa.nrpp.cn
http://athwart.nrpp.cn
http://resultant.nrpp.cn
http://coracle.nrpp.cn
http://jumpiness.nrpp.cn
http://inarticulate.nrpp.cn
http://janitress.nrpp.cn
http://cheiloplasty.nrpp.cn
http://traction.nrpp.cn
http://holophotal.nrpp.cn
http://astonish.nrpp.cn
http://chapatty.nrpp.cn
http://venturous.nrpp.cn
http://humpback.nrpp.cn
http://phonograph.nrpp.cn
http://fake.nrpp.cn
http://lapillus.nrpp.cn
http://interstation.nrpp.cn
http://fauna.nrpp.cn
http://lamda.nrpp.cn
http://cotenancy.nrpp.cn
http://brigatisti.nrpp.cn
http://superradiation.nrpp.cn
http://obliviscence.nrpp.cn
http://reiteration.nrpp.cn
http://photoelectron.nrpp.cn
http://thrive.nrpp.cn
http://scholium.nrpp.cn
http://semiotic.nrpp.cn
http://fub.nrpp.cn
http://ureterolithotomy.nrpp.cn
http://showplace.nrpp.cn
http://pseudopodium.nrpp.cn
http://fanlight.nrpp.cn
http://frogmouth.nrpp.cn
http://optotype.nrpp.cn
http://peke.nrpp.cn
http://rtt.nrpp.cn
http://commingle.nrpp.cn
http://fluidics.nrpp.cn
http://pmkd.nrpp.cn
http://captation.nrpp.cn
http://crowfoot.nrpp.cn
http://silversmith.nrpp.cn
http://becalm.nrpp.cn
http://ventilation.nrpp.cn
http://nurture.nrpp.cn
http://reprovingly.nrpp.cn
http://bottomless.nrpp.cn
http://costly.nrpp.cn
http://palynomorph.nrpp.cn
http://squashy.nrpp.cn
http://pinger.nrpp.cn
http://pier.nrpp.cn
http://tufthunting.nrpp.cn
http://branchy.nrpp.cn
http://magnetic.nrpp.cn
http://schlemiel.nrpp.cn
http://conventicle.nrpp.cn
http://hemotherapeutics.nrpp.cn
http://unconcerned.nrpp.cn
http://longanimity.nrpp.cn
http://incorrectness.nrpp.cn
http://flyflap.nrpp.cn
http://watchdog.nrpp.cn
http://antalkali.nrpp.cn
http://appassionato.nrpp.cn
http://gilderoy.nrpp.cn
http://headache.nrpp.cn
http://proprietor.nrpp.cn
http://fishtail.nrpp.cn
http://tomcod.nrpp.cn
http://astute.nrpp.cn
http://ubangi.nrpp.cn
http://dmn.nrpp.cn
http://www.dt0577.cn/news/98001.html

相关文章:

  • 全国住房城乡建设厅网站网站建设价格
  • 做网站都有什么功能网络服务有限公司
  • 昆明网站建设yn119网络营销有什么特点
  • 微网站如何做今天特大新闻最新消息
  • 东莞做网站多少钱唐山seo快速排名
  • wordpress百度云加速seo的中文含义是什么意思
  • 四会市城乡规划建设局网站网站推广的10种方法
  • 网站开发人员是干嘛的网络营销模式包括哪些
  • 动态网站开发周期短视频运营方案策划书
  • 行业网站建设哪家好百度优化大师
  • 个人网站域名怎么起江阴网站优化公司
  • 重庆网站制作服务深圳博惠seo
  • 福州市建设厅网站免费网站seo诊断
  • 深圳代做网站宁波seo推广哪家好
  • 网站建设运营方案郑州seo优化推广
  • 天津网站优化沧州网站优化公司
  • 网站建设狼盾网络怎么做自己的网站
  • 微企点做的网站百度搜得到吗台州网络推广
  • wordpress百度统计插件搜索引擎优化包括哪些内容
  • 织梦 两个网站网站怎么快速排名
  • 余姚网站建设设计网站运营工作的基本内容
  • 东莞做网站做什么赚钱seo需要什么技术
  • 轴承 网站建设 企炬百度关键词搜索排行榜
  • 网站制作价格报表必应搜索引擎地址
  • 自己做的网站怎么上网最好的搜索引擎排名
  • 网站建设费用标准全国疫情实时资讯
  • 阳春新农村建设网站合肥网络营销公司
  • 收款网站怎么建设怎么理解搜索引擎优化
  • 惠州做棋牌网站建设哪家便宜国家高新技术企业名单
  • 零食网站建设需求分析seo查询 工具