0
1.1kviews
Write a program that creates two integer arrays of size 8 and 7. Initialize the arrays with random values.
written 5.7 years ago by | • modified 5.7 years ago |
Sort the arrays in ascending order with the help of a user defined function namely ‘sort Array’. Merge these arrays with the help of another user defined function named ‘merge Arrays’ which returns a new array. Program should display the arrays before and after sorting ,also the merged array.
Subject : Structured Programming Approach
Title : Arrays, String, Structures and Union
Difficulty : Medium
ADD COMMENT
EDIT
1 Answer