✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Given the following definitions:
int i = 5, j = 10, *p = &i, *q = &j;determine whether each of the following assignment statements is legal [because the statement doesn't cause a compile-time error] or illegal [because the statement causes a compile-time error].