Vidyalelo
Ruby Programming · Q58

Basic Syntax in Ruby

Programming · Ruby Programming · question 58

Q58

What is the output of the expression: "hello" + "world" in Ruby?

A.
helloworld
Answer
B.
hello world
C.
hello+world
D.
"hello" "world"

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board