✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яке присвоювання є допустимим після виконання наступного фрагменту програми? int i; int * pi; int * const cp = &i; int ci = 7; int * pci; const int v=10; ci = v;