Test Your Knowledge

C# Fundamentals - Lesson 8: Strings Quiz

Answer all questions to test your understanding

1 Are strings mutable or immutable in C#?
2 Which class should you use for heavy string manipulation?
3 What is string interpolation?
4 Which method splits a string into an array of substrings?
5 What does the Trim() method do to a string?