Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyC++const correctnessSingle-choice MCQ

Do these two declarations mean the same thing?

const int* a; int const* b;