Strings#

We already learned basic usage of strings in the Crash Course. Here we add the details. Correct string handling is essential for loading data from files and also for writing to files.

Related exercises: Strings.