1.

Consider the following code: Which of the following lines completes the above code?

A. strrev(str2)
B. str2 = str1
C. len2 = strlen(str2)
D. strlen(str2)View Answer
Answer» B. str2 = str1


Discussion

No Comment Found