Question: Subset array Write a program in C to check whether an array is subset of another array. Enter size of first array: 9 Enter 9
Subset array

Write a program in C to check whether an array is subset of another array. Enter size of first array: 9 Enter 9 array elements : 4 8 7 11 6 9502 Enter size of the second array: 5 The given second array is : 54206 Expected Output: The second array is the subset of first array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
