Multiple choice .net c-sharp A String literal is a: only contains one character contains numbers rather than letters sequence of characters in double quotation marks contains exactly its variable name and nothing else Reveal answer Fill a bubble to check yourself C Correct answer Explanation A string literal in C# is a sequence of characters enclosed in double quotation marks, like "Hello". It can contain any characters (letters, numbers, symbols) and can be of any length, not just one character.