Computer Science, asked by prashnachiluwal, 7 months ago

e.
What is a concatenation of string? Which operator is used for this purpose?
F. What is the difference between unconditional branching statement and conditional
branching statement?
Don’t make me report

Answers

Answered by arjuntomar941
7

Answer:

language theory and computer programming, string concatenation is the operation of joining character strings end-to-end. For example, the concatenation of "snow" and "ball" is "snowball". In some but not all formalisations of concatenation theory, also called string theory, string concatenation is a primitive notion.concatenation operator manipulates character strings and CLOB data. The result of concatenating two character strings is another character string. ... If both character strings are of datatype CHAR , the result has datatype CHAR and is limited to 2000 characters.

Similar questions