Lecture 3 - Slide 10 : 27
C-style text strings

C++ supports both C-style strings and type String via the Library.

Both C-style strings and objects of type string are mutable.