a1={1,3,5,8}a2={2,4,7,9,,,,,}fill the second array with the help of a1 array.Without using extra memory.Ans:a2={1,2,3,4,5,7,8,9}
Ritesh Singh
Select an image from your device to upload