M
Q. What is the output of the given code? a=[["a","b"]] b=[["e","a"]] print a + b
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the purpose of the --install-dir flag when installing gems using Bundler?
Q. Which of the following is supported by Ruby?
Q. In Ruby, which method is used to check if an object responds to a certain method?
Q. How do you find the number of milliseconds between two Time objects in Ruby?
Q. What is polymorphism in Ruby?
Q. What is the method used to define instance variables in Ruby?
Q. What is the purpose of the String#<< method in Ruby?
Q. What is the role of ! at the end of the capitalize method?
Q. What will be the output of the given code? "I'am learning Ruby Language".reverse.upcase.length
Q. Which of the following is a correct way to define a class method in Ruby?
Discusssion
Login to discuss.