#include
#include
main()
{
char *list[]={"qwertytyy","qwexfgdgrgg","12344ryryyry","asDDDff"};
int x,y;
y=(list);
printf("y:%d ",y);
for(x=0;x
if(strncmp(list[x],"qwe",3)==0)
{
printf("list[%d]:%s
",x,list[x]);
}
}
}
[root@VM_0_2_Centos 20210414]# ./2
list[0]:qwertytyy
list[1]:qwexfgdgrgg
[root@VM_0_2_centos 20210414]#
--结束END--
本文标题: strcnmp函数的使用-23
本文链接: https://lsjlt.com/news/8221.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0