Learn how to use string streamString stream can be used to extract individual tokens (words,numbers, strings) from a string when it is used along with >>(stream extraction operator). It is just like cin. String stream canalso be used to insert individual tokens (words, numbers,strings) into a string when it is used along with