MCQs > IT & Programming > C++ > const std::string * s; std::string const * g; What can be said about s and g?

C++ MCQs

const std::string * s; std::string const * g; What can be said about s and g?

Answer

Correct Answer: both s and g are modifiable pointers to an immutable string

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it