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

Vector Size

What does this output?

C++
vector<int> v = {1, 2, 3, 4};
cout << v.size();

🔮 What is the output?