✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Given the following definitions
int i = 5, j = 6;
int const ci = 10, cj = 11;
int const *pci;
int *pi;
determine whether the subsequent assignment statements are legal or not.