- 
					 The process of combining strings is known as
- 
                        - compiling
- Combining
- Attaching
- Concatenation
 
Correct Option: D
Concatenation is the process of appending one string to the end of another string. When we concatenate string literals or string constants by using the + operator, the compiler creates a single string. No run time concatenation occurs. However, string variables can be concatenated only at run time. 
 
	