✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Given the following definitions:
// assume pc is assigned address 1000
int c[] = {5, 7, 10, 3, 1}, *pc = c;
determine whether each of the following expressions are legal or illegal. For legal expressions, compute the value resulting from the evaluation of the expression.