File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
learn-pr/wwl-language/csharp-basic-formatting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ durationInMinutes: 3
14
14
quiz :
15
15
title : " "
16
16
questions :
17
- - content : " Which of the following escape sequences should be used to add double quotes to a literal string in C# code?"
17
+ - content : " Which of the following escape sequences should be used to add double quotes to a literal string in C# code?"
18
18
choices :
19
19
- content : " '`\\ q`'"
20
20
isCorrect : false
57
57
explanation : " Incorrect. This line escapes the `'` character and results in an error."
58
58
- content : " '`directory = directory + @\"\\\" ;`'"
59
59
isCorrect : true
60
- explanation : " Correct. The `@` symbol creates a verbatim string where it's unnecessary to escape the `\\ `."
60
+ explanation : " Correct. The `@` symbol creates a verbatim string where it's unnecessary to escape the `\\ `."
You can’t perform that action at this time.
0 commit comments