Computer Science, asked by shaifalibhardwaj, 9 months ago

which operator is used for joining the text together?give an example.​

Answers

Answered by gavenpais
1
The ampersand (&) calculation operator lets you join text items without having to use a function. For example, =A1 & B1 returns the same value as =CONCATENATE(A1,B1). In many cases, using the ampersand operator is quicker and simpler than using CONCATENATE to create strings.
Answered by pkrishankumar438
1

Answer:

Explanation:

The ampersand (&) calculation operator lets you join text items without having to use a function. For example, =A1 & B1 returns the same value as =CONCATENATE(A1,B1). In many cases, using the ampersand operator is quicker and simpler than using CONCATENATE to create strings.

Similar questions