At a recent job interview, I was asked to implement my own string copy function. I managed to write code that I believe works to an extent. However, when I returned home to
In general it's always a good idea to have const modifier where it's possible, for example for the source parameter.
const