Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
int a[ ]={1, 2, 3};
typedef int vector[3];
vector &r=a;
r[1] << =1;
cout << a[1] << endl;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!