Insert Element in Array: Insertion refers to adding an element to existing list of elements. After insertion the size of the linear array is increased by a factor of one. Insertion is possible only if the memory space allocated is large enough to...