Q. What is the output of the following program : print((1, 2) + (3, 4)) (A) (1, 2), (3, 4) (B) (4, 6) (C) (1, 2, 3, 4) (D) Invalid Syntax ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) (1, 2, 3, 4)