'For what reason these two appels write so different?
A code in C++ displays the words in the sentence: "Ana are mere." Here, space character is separator. For what I need to write p=strtok(p," "); before while() and p=strtok(NULL," "); in while()? Why I can't reverse them?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
