Create two arrays of 10 integers by 2 typical ways 1. Create an array by a variable declaration 2. Create an array via pointer and memory allocation Random generate a set of numbers between [-50,50] into them Then sort them from min to max
Create two arrays of 10 integers by 2 typical ways1. Create an array by a variable declaration2. Create an array via pointer and memory allocation Random generate a set of numbers between [-50,50] into them Then sort them from min to max