How to extract words from a string array in c language and store it in another 1-d array? I don't want to use pointers

前端 未结 0 1405
再見小時候
再見小時候 2020-12-13 18:00

I wrote this code in C, where I wanted to extract words from str, then store them in char word[] (one by one), and send it to another function- palindrome. However, the word

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