Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
C++
easy
C++
const correctness
Single-choice MCQ
Do these two declarations mean the same thing?
const int* a; int const* b;