This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
存在于 C 方法中用于在字符串中查找子字符串?
如果没有,如何有效地处理这个问题?
在for循环?c 中的正确语法是什么?
const char subString[] = { "car", "blue", "red"};
char String[] = "I love red color and i hate blue color";
for .... String lenght... {
printf("I found subString");
}