How to detect a word using strstr but by alphabets in C

前端 未结 0 1913
遥遥无期
遥遥无期 2020-12-13 01:56

Hello i got this function from string.h , i use it as a pointer to detect the existance of a word

p = strstr(string, "WORD");

Then in th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题