Split a string into words

how to split a string into words and store that words in an array of strings

@coolio.boy385 You can use the STL String Tokenizer- strtok() function to split a string into words.Then you can easily push each word in an array of strings. Please refer the lecture videos of STL string tokenizer to get the concept.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.