Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
int a [2] [3] = { {1,2,3 }, {7,8,9 } };
int * p = & a [0] [0];
p + = 4;
(C++)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!