C#C
C#7mo ago
jd

Difference between string and string?

From a quick google search, it said that string isn’t nullable but string? Is but when I assign null to string my program still compiles and runs fine, only thing I get is a warning
Was this page helpful?