Question:Define concatenation.
Answer The concatenation is a process to join two or more strings or strings and other literals.Generally '+' is used to concatenate strings. For Example:
var str=("Bangla"+"desh")output:Bangladesh
+ Report
Define concatenation.