Multiple Choice
To create a string literal that excludes escape sequences,use:
A) !"string"
B) @"string"
C) #"string"
D) $"string"
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: The asterisk (*)can be used to match
Q37: Method AppendFormat can be used to format
Q38: An example of a struct is:<br>A) an
Q39: The IndexOf method returns the indices of
Q40: Which of the following cannot be used
Q42: The LastIndexOfAny method scans through the array
Q43: The (+)character performs the same function as
Q44: What does the following code display<br>String example
Q45: A string is a composition of characters
Q46: When appropriate,using string objects instead of StringBuilder