Beginner C#
Q5 / 100

Which C# data type stores a sequence of characters?

Correct! Well done.

Incorrect.

The correct answer is C) string

C

Correct Answer

string

Explanation

string is an alias for System.String. It is immutable in C#.

Progress
5/100