gpt4 book ai didi

检查数组中是否存在char

转载 作者:太空宇宙 更新时间:2023-11-04 02:07:34 28 4
gpt4 key购买 nike

我在 arduino 中创建项目。在 C 中。如何检查我的数组中是否存在返回字符?

这就是我想要的。

char n[20];
char *adminName[] = {"Jane", "Joe", "James"};

如果 (n) 在我的列表中,我想返回 true

最佳答案

遍历数组索引并使用 strcmp(n, adminName[i]) == 0 来测试字符串 n 是否是数组的一部分。

关于检查数组中是否存在char,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19046263/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com