Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
For the following code:
const int * p = &x;
Which one of the following will result in a compiler error?
*p = 5;
p = &y;
x = 5;
p = NULL;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!