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?

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep