Assume that A*1..i − 1+ have already been sorted. Insert A[i] into its proper position in this sub array. Create this position by shifting all larger elements to the right.It is called __. (A) Bubble sort (B) Selection sort (C) Merge sort (D) none►Correct Option Correct Option is: D