Programming Tutorials

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



Comment Added by : Anil

Comment Added at : 2014-10-27 08:36:23

Comment on Tutorial : Using memset(), memcpy(), and memmove() in C By Emiley J
my requirement is i have a source string as src{"adc ok 1,xxx"}
destination is also a buffer,

what i want is to copy the src string from x to end in dest buffer, here x is 3 bytes but its size is not fixed in my requirement it may b 2 or 3 or 4 . please help me


View Tutorial