Discussion :: Ruby Programming MCQs
-
What will be the output of the following?"Eric".irreverse
Answer : Option C
Explanation :
There is no predefined method named irreverse in ruby. Output: undefined method `irreverse' for "eric":String
Be The First To Comment