This is Null Coalescing Operator Example.int b = a ?? -1; it means if the value of a is null then b=a other wise the value of b will be -1.Simply this mean If (a == null) b = a; Else b = -1;
If (a == null) b = a; Else b = -1;
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: