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

What is the practical difference between these two declarations?

void a(const std::string& s); void b(std::string& s);