×
×
Correct!
Create a pointer variable called ptr, that points to the
int myAge = 43;
@(4) @(3) = &myAge;
int myAge = 43;
int* ptr = &myAge;
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?