Q. Which symbol is used to denote a comment in Ruby? (A) // (B) # (C) <!-- --> (D) /* */ ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) # Explanation: In Ruby, comments start with the '#' symbol.