Q. Which operator is used for string concatenation in Ruby?
β
Correct Answer: (A)
+
Explanation: The '+' operator concatenates strings in Ruby.