what is string stream ss??
How to use string stream ss i.e whats the parameters and syntax
i was solving a question
which said use stringstream ss
sample input : 5,6,2
sample output:
5
6
2
What is stringstream ss?
hi tarandeep
string stream is basically is used for breaking input into word.
it has various applications such as you want to count the frequencies of each word in the string or say count the number of words in string
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.