Task: Pointers
You will solve this exercise starting from the pointers.c
file located in the tasks/pointers/support
directory.
Implement the functions memcpy()
, strcpy()
, and strcmp()
using pointer operations.
If you’re having difficulties solving this exercise, go through this reading material.