Examveda
Examveda

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

Solution(By Examveda Team)

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


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Related Questions on Arrays and Strings