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
What does const int *cursor permit?
from C pointers
C23 (GCC 13.3.0)
beginner
1 min
What does const int *cursor permit?
Reassign cursor, but not modify the int through cursor
Modify the int through cursor, but not reassign cursor
Neither reassign cursor nor read the int
Modify both cursor and the int without restriction
Check
Ask AI about this kata
Report an error
next kata
Inside void inspect(const int *values), what does sizeof(values) measure?
Quiz
A new version is available
Reload