Ask Question
16 July, 00:07

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

+4
Answers (1)
  1. 16 July, 02:37
    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?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers