Verbatim string literal is better used for?
A. Convenience and better readability of strings when string text consist of backlash characters
B. Used to initialize multi-line strings
C. To embed a quotation mark by using double quotation marks inside a verbatim string
D. All of the mentioned
Answer: Option D
Related Questions on Basic Syntax and Data Types in C Sharp
What is the correct syntax to declare a variable in C#?
A. num = int;
B. var num;
C. num int;
D. int num;
What is the purpose of the 'var' keyword in C#?
A. Declares a constant
B. Converts a variable to string
C. Implicitly declares a variable
D. Defines a method

Join The Discussion