Programming Tutorials

Comment on Tutorial - Using memset(), memcpy(), and memmove() in C By Emiley J



Comment Added by : Paul

Comment Added at : 2012-07-20 11:59:32

Comment on Tutorial : Using memset(), memcpy(), and memmove() in C By Emiley J
Does memmove care if the source is bytes and the dest is int? (or vise versa) The # of bytes are the same in both but the # of locations in each array is different.

Thanks...


View Tutorial