Discussion :: Arrays
- String concatenation means -
A.
Combining two strings. |
B.
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
Explanation :
Concatenation means combining two strings together (appending the second at the end of first one).
Be The First To Comment