Ask Question
2 November, 05:53

After merging two arrays is complete you need to

A. copy the rest of the decond array elements to the temporary array

B. copy the original to temporary array

c. copy the merged array back to the original array

d. copy the rest of the first array elements to the temporary array

+2
Answers (1)
  1. 2 November, 06:20
    0
    Answer: C) copy the merged array back to the original array

    Explanation:

    After performing merging of two array then, copy the merge array back to its original array. Merging of two array is done by the process of merge sort. Merging of two array is the similar process of concatenate the two array into the single object.

    It basically works on the principle of divide and conquer algorithm. It divide the input value into the two half and then, sorted the accordingly. Then after completion of merging the two array it copy into the original array.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “After merging two arrays is complete you need to A. copy the rest of the decond array elements to the temporary array B. copy the original ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers