Skip to main content
🔮 Output PredictionC+ C++ Easy⚡+10 XP

String Length

What does this output?

C++
string s = "Hello";
cout << s.length();

🔮 What is the output?