Q63
String concatenation means -
A.
Combining two strings.
AnswerB.
Extracting a substring out of a string.
C.
Partitioning the string into two strings.
D.
Merging two strings.
E.
Comparing the two strings to define the larger one.
Answer: Option A
Solution
Answer: Option A
Solution:
Concatenation means combining two strings together (appending the second at the end of first one).