Computer Science, asked by ankit1910, 11 months ago

to you understand by the term concatenation explain with the help of an example,​

Answers

Answered by kg1042005
14

Explanation:

Concatenation means the merging of two strings.

a="I am "

b="genius"

c=a+b

The operator + will join the two strings and make a single string, "I am genius".

Answered by anshpandey7a
5

Answer:

Concatenate, concatenation, or concat is a term that describes combining a string, text, or other data in a series without any gaps. ... For example, In the Java programming language, the operator "+" denotes concatenation, as it does in other programming languages.

Attachments:
Similar questions