Regarding the fucntion below:
Code:
void * memcpy ( void * destination, const void * source, size_t num );
for the source, can I use other than string to be copied? As example JPEG file? or TEXT file? or maybe any type of file?