Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
C++
easy
C++
string and string_view
Single-choice MCQ
Why is this line a bug?
std::string_view sv = std::string("temp"); std::cout << sv;