✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
After executing the following lines of instructions, what is the value of *p ?
int a = 3;
int b = 5;
int * p = &a;
a = b;