Menu
×
×
Correct!
Exercise: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!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?