Q. Which operator is used to merge two arrays? (A) + (B) & (C) concat() (D) merge() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) concat() Explanation: The concat() method is used to merge arrays.