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
Total Preview: 1047
Define concatenation.
Copyright © 2024. Powered by Intellect Software Ltd