Which arithmetic operation can we perform on character and string data type?
We can perform addition on character and string data type.
Which operation is allowed on string data type and which is not?
Except for addition, other arithmetic operations such as subtraction, multiplication, division, etc. is not allowed on string data type.
Which symbol is used to perform addition?
The ampersand symbol (&) is used to perform addition .
What is addition of 2 or more text values called?
Addition of 2 or more text values is called Concatenation.