Q. Which function can be used to merge two arrays?
β
Correct Answer: (C)
array_merge()
Explanation: array_merge() merges one or more arrays.