C++20 sections · 1024 units
Open in Course

Quiz: Concatenation

Test understanding

Check Your Understanding

What does string s = "A"; s += "B"; s = s + "C"; produce?

  1. A."BC"
  2. B."ABC"
  3. C."AC"
  4. D."AB"
Start the roadmap to answer the quizzes and solve the challenges