×
×
Correct!
Create a pointer variable with the name
string food = "Pizza";
@(7) @(3) = &@(4);
string food = "Pizza";
string* ptr = &food;
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?