18 August 2018 09:46:03 AM ALLOCATABLE_ARRAY: C++ version Show how a function can declare a pointer to an array, but then call a function to allocate and initialize the array, which is then returned in the argument list. The array size is N = 7 The array contents: 0 96 1 83 2 56 3 41 4 6 5 26 6 11 ALLOCATABLE_ARRAY: Normal end of execution. 18 August 2018 09:46:03 AM