Here are mostly exercises related to the learning of pointers and their various use cases, such as :
- Pointer arithmetic
- Character arrays
- 2-D and multidimensional arrays
- Dynamic memory
- Function pointers
It is written in C.
This tricky concept is extremely well explained on mycodeschool's YouTube Channel.
The specific playlist can be found here.
They do an amazing job teaching complex topics in a very understandable way 🏫
I highly recommend it 👍