Python Question Define a function concatenatearrays arr1 arr
Python Question
Define a function concatenate_arrays( arr1, arr2 ) that takes in two arrays and returns an array containing the contents of arr1 and arr2.
Example Usage: >>> print concatenate_arrays(np.array([1, 2, 3, 4, 5]), np.array([6,7,8,9,10])) [ 1 2 3 4 5 6 7 8 9 10]
Solution
#include<stdlib.h>
#include<stdio.h>
#include<string.h>
void()
