Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
const
int
* p1;
// A
*
p2;
// B
A і B однакові - обидва вказівники на const int
A - все незмінне; B - все змінне
A - значення незмінне; B - адреса незмінна
A - адреса незмінна; B - значення незмінне
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!