✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Given the following definitions:
int a[] = {15,13,2,7,9,1,8,3,6,4}, *p = &a[2], *q = a+7;determine the value resulting from the evaluation of each of the following expressions.