How does strtok() split the string into tokens in C? - Stack Overflow
Please explain me the working of strtok() function.The manual says it breaks the string into tokens. I am unable to understand from the manual what actually it does. I added ......