Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
C++
/
C-style arrays
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?
int**
int*
int (*)[3]
int (*)[2]
Check
Ask AI about this kata
Report an error
next kata
What contract does void read(const int values[8]) enforce in C++23?
Quiz
A new version is available
Reload