Programming Tutorials

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



Comment Added by : Harsh Verma

Comment Added at : 2013-01-30 13:43:05

Comment on Tutorial : Using memset(), memcpy(), and memmove() in C By Emiley J
Hi,
Very Nice explanation ,I tried both memcpy() & memmove() ,But both are working same there is no any difference in the output in case of overlapping .

As you shown the output after memcpy() in case of overlapping , It does the runtime copy.


View Tutorial