✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
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.