Practice ยท 1 of 4
Through the Pointer
A function int* aim(int *target) receives a pointer and must RETURN the same pointer after setting the pointed-to int to 100. Implement it so *p is 100 afterwards.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Address Practice