Home » Computer » Miscellaneous » Question
  1. The process of combining strings is known as
    1. compiling
    2. Combining
    3. Attaching
    4. 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.



Your comments will be displayed only after manual approval.