gpt4 book ai didi

c - 遍历字符串数组

转载 作者:行者123 更新时间:2023-12-04 13:22:57 24 4
gpt4 key购买 nike

我有一个字符串数组。

char strings[][30]={"word1","word2",......,""}; 

遍历它们但最后我收到消息 Segmentation fault (core dumped)

尝试使用以下代码:

for(int i=0;strings[i] != "";i++){printing items...}

我认为问题出在 != "" 但为什么它不起作用?

最佳答案

使用 strcmp 比较 C 中的字符串。==!= 不适用于 C 中的字符串。

关于c - 遍历字符串数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46856473/

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