Google News
logo
Today General Knowledge(GK)
The process of combining strings is known as
A)
Attaching
B)
Combining
C)
Compiling
D)
Concatenation

Correct Answer : Option (D) - Concatenation



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.

Published On : June 16, 2021
Category : Computers
Advertisement