A pointer to an array is a pointer that points to an entire array. This pointer allows you to access and manipulate the entire array via its memory address.
Fortran 2023 introduced the LOWER optional argument to C_F_POINTER. It would be useful for this to be supported in flang. Example: program CPointersLB use iso_c_binding implicit none real, allocatable ...