Question:Which operator is used for string concatenation?
A + B & C | D None
+ AnswerA
+ ExplanationThe + operator is used to concatenate strings in C#.
+ Report