πŸ“Š Ruby
Q. What is the output of the given code?
a=[["a","b"]]
b=[["e","a"]]
print a + b
  • (A) [["a", "b"], ["e", "a"]].
  • (B) [["2a", "b"], ["e"]].
  • (C) False
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (A) [["a", "b"], ["e", "a"]].

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
135
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate