to you understand by the term concatenation explain with the help of an example,
Answers
Answered by
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
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
Accountancy,
5 months ago
Math,
5 months ago
Math,
11 months ago
English,
11 months ago
English,
1 year ago