MCQOPTIONS
Saved Bookmarks
| 1. |
BEFORE_MEMMOVE_PLACE=_STRING1,_SRC_=_STRING2_AFTER_MEMMOVE_PLACE_=_STRING2,_SRC_=_STRING2?$ |
| A. | Before memmove place = string2, src = string2 After memmove place= string1, src = string2 |
| B. | Before memmove place = string2, src = string1 After memmove place= string2, src =string2 |
| C. | Before memmove place= string1, src = string2 After memmove place=string1, src = string1 |
| Answer» B. Before memmove place = string2, src = string1 After memmove place= string2, src =string2 | |