Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumC#nullable reference typesSingle-choice MCQ

In a nullable-enabled context, what does the null-forgiving operator (!) actually do at runtime?

string s = MaybeNull()!;