Home / C Programming / Arrays :: Discussion

Discussion :: Arrays

  1. String concatenation means -

  2. 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.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Concatenation means combining two strings together (appending the second at the end of first one).


Be The First To Comment