Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
C++
easy
C++
const correctness
Single-choice MCQ
What does `const` apply to in this pointer declaration?
const int* p;