Q. What is the output of the given code?
Code:
my_string=Ruby puts(my_string)
β
Correct Answer: (C)
Error
Explanation: Ruby should be written in double quotes inorder to indicate a string.