Google News
logo
CPP - Quiz(MCQ)
Which of the header file must be included to use stringstream?
A)
<sstring>
B)
<sstream>
C)
<string>
D)
<iostream>

Correct Answer :   <string>


Explanation : stringstream is available under the header file <string> in C++.

Advertisement