Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Après l'exécution de ces lignes d'instruction, que vaut *p ?
*p
int a = 5;int b = 3;int * p = &a;a = b;
int a = 5;
int b = 3;
int * p = &a;
a = b;
3
Adresse de b
b
Adresse de a
a
5
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!