C -> Strcpy vs Memcpy for copying a string C memcpy strcpy Was wondering which was quicker - strcpy is nearly twice as fast as memcpy: #include <stdio.h> #include <string.h> #include ...