Skip to content

Commit

Permalink
C# Q65 added reference (Ebazhanov#5164)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaleet authored Nov 24, 2022
1 parent e57d749 commit c74ed33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c-sharp/c-sharp-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@ public int Password
- [ ] `string myVariable = null`
- [ ] `string(null) myVariable`

[Official documentation: nullable value types](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/nullable-value-types#declaration-and-assignment)

#### Q66. Do you need to declare an out variable before you use it?

- [x] `No, you can declare an out in the parameter list.`
Expand Down

0 comments on commit c74ed33

Please sign in to comment.