✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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.