Select from following answers:- Character literal
- Real literal
- Name literal
- String literal

- All Above
String literal represents a string type in two ways.
One is a regular type which means series of zero or more characters in double quotes. Ex: "Hello".
Second one is a verbatim type which means it involves '@' character before a regular string. Ex: @"Hello".
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator