English, asked by akshithareddy1699, 4 months ago

What is the output of me followng C- code
include <iostream>
#include <vector
using namespace std;
int main()
{
vector <int> val1(3, 1);
vector <int>val2(1,5);
val2 = val1;
val1=vectorciat>();
cout << 'Size of val1" << int(val1. size/ }} << \n;
cout << "Size of val2? ' << int(val2. size()} <<\n ;
- 40
return 0;
}

Answers

Answered by shubambiswas149
0

Answer:

$9$9$9$9$9$9$$9$9$9$9$9

Similar questions