What is the output of the given code?
Ans=Ruby
puts "#[Ans] is an oop language"
Ans=Ruby
puts "#[Ans] is an oop language"A. Error, no output
B. Ruby is an oop language
C. Warning:already initialized constant Ans
D. None of the mentioned
Answer: Option B
Related Questions on Basic Syntax in Ruby
What does the 'puts' method do in Ruby?
A. Prints to console
B. Converts to string
C. Finds the length
D. Reads input from user

Join The Discussion