

MCQOPTIONS
Saved Bookmarks
1. |
What will the given C code do? |
A. | compares the first n bytes of str1 and str2 |
B. | copies the first n bytes of str1 to str2 |
C. | copies the first n bytes of str2 to str1 |
D. | invalid functionView Answer |
Answer» B. copies the first n bytes of str1 to str2 | |