Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is concatenating string in Ruby?



What is concatenating string in Ruby?..

Answer / Mudit Joshi

Concatenating strings in Ruby can be achieved using several methods: 1) `+` operator, which combines two or more strings. 2) `<<` operator, also known as the append operator, which appends a string to another from the right side. 3) `concat` method, which concatenates another string to the current one.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

What are the different environment variables present in the ruby?

1 Answers  


Define ruby methods.

1 Answers  


Please explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?

1 Answers  


Tell us what is class libraries in ruby?

1 Answers  


Explain me what is the difference between symbol and string?

1 Answers  


Explain Ruby if-else statement?

1 Answers  


Explain some differences between ruby and python.

1 Answers  


Explain break statement in Ruby?

1 Answers  


Explain about methods?

1 Answers  


How does a symbol differ from a string?

1 Answers  


Explain about garbage collection feature of ruby?

1 Answers  


Tell me what is the difference between ruby 1.9 and ruby 2.0?

1 Answers  


Categories