0
Concatenation
What is the meaning of concatenation of string data types?
1 Resposta
+ 2
It means to join two strings together
For example
Concatenation of "abc" and "def" will be"abcdef"
"123" and " " will be "123 "
"@" and ""(empty) will be "@"
What is the meaning of concatenation of string data types?