What happens when you attempt to compile and run the following code?
#include
#include
int main ()
{
int t[]={1,2,3,4,5};
std::vector
std::vector
v1.resize(10);
v2.reserve(10);
std::vector
while (i != v1.end()) { std::cout<
i = v2.begin();ii=0;
while (i != v2.end()) { std::cout<
return 0;
}
Trina
1 days agoMicaela
7 days agoBeth
9 days agoAndrew
10 days agoGoldie
14 days ago