After array-to-pointer conversion, what is the type of int grid[2][3] in an ordinary expr…

from C-style arrays
C++23 (GCC 13.3.0) intermediate 1 min

After array-to-pointer conversion, what is the type of int grid[2][3] in an ordinary expression?

Report an error