M Mr. Dubey • 100.28K Points Coach Bookmark Embed Report View In MB-Short Q. What is the correct way to concatenate two strings in Ruby? (A) str1.concat(str2) (B) str1 + str2 (C) str1.append(str2) (D) str1.combine(str2) Correct Answer - Option(B) Views: 99 Filed under category Ruby Share
Discusssion
Login to discuss.