Answer Posted / Bhaskar Yadav
"Strings in Ruby are sequences of characters, enclosed within single quotes (') or double quotes ("). They can be created using a literal string, concatenation using + operator, and interpolation using #{}. Strings are immutable in Ruby, which means once created, they cannot be changed. "
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers