Vidyalelo
Ruby Programming · Q40

Data Types and Variables in Ruby

Programming · Ruby Programming · question 40

Q40

What is the correct syntax for a multiline comment in Ruby?

A.
/* ... */
B.
// ... //
C.
''' ... '''
Answer
D.
# ... #

Answer: Option C

Solution

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