Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
C#
/
Data types
What runtime guarantee does string? add compared with string?
from Data types
C# 14 / .NET 10
beginner
1 min
What runtime guarantee does string? add compared with string?
None; it expresses nullable intent for compiler analysis.
It inserts a null check at every member access.
It wraps the reference in Nullable<string>.
It prevents reflection from assigning null.
Check
Ask AI about this kata
Report an error
next kata
What does this program print?
Predict the output
A new version is available
Reload