MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code. Which of the following lines completes the below code? |
| A. | Strrev(str2) |
| B. | Str2 = str1 |
| C. | Len2 = strlen(str2) |
| D. | None of the mentioned |
| Answer» B. Str2 = str1 | |