Qualcomm interview question

Write a custom memcpy function.

Interview Answer

Anonymous

28 Jan 2022

using malloc and iteratively copying the data from one object to another.