26 February 2022 10:41:26 AM allocatable_array_test(): GCC version 7.5.0 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_test(): Normal end of execution. 26 February 2022 10:41:26 AM