Computer Science, asked by mishayeasmin, 7 months ago

what is the syntax of concatenate

Answers

Answered by sk7629156
2

Explanation:

Syntax: CONCATENATE(text1, [text2], ...)

For example: =CONCATENATE("Stream population for ", A2, " ", A3, " is ", A4, "/mile.")

Answered by ghazala18
12

Answer:

Hello mate ❣️

Explanation:

Concatenation, in the context of programming, is the operation of joining two strings together. The term"concatenation" literally means to merge two things together. Also known as string concatenation.

hope it helps u ✌️

Similar questions