What happens when you attempt to compile and run the following code? Choose all that apply.
#include
using namespace std; int main ()
{
vector
cout<
return 0; }
Select all that apply, then click Submit answer.
-
○
program displays 4 4
-
○
program displays 10 3
-
○
size of vector v1 is 11
-
○
all elements of vector v1 are of the same value