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 pointers
Inside void inspect(const int *values), what does sizeof(values) measure?
from C pointers
C23 (GCC 13.3.0)
beginner
1 min
Inside void inspect(const int *values), what does sizeof(values) measure?
The size of the caller’s complete array
The number of initialized array elements
The size of the pointer object
The size of the first int element
Check
Ask AI about this kata
Report an error
previous kata
What does const int *cursor permit?
Quiz
next kata
What does this program print?
Predict the output
A new version is available
Reload