Thursday, September 11, 2008

Which one of the following functions is the correct choice for moving blocks of binary data that are of arbitrary size and position in memory?

Choice a: memcpy()
Choice b: memset()
Choice c: strncpy()
Choice d : strcpy()
Choice e :memmove()

No comments: