Which of the following statements is false?
a) C# 6’s null-conditional operator (?!) accesses a property or calls a method only if its
left operand is not null; otherwise, evaluation of the expression terminates and the value
of the entire expression is null.
b) A nullable type is a value type that also can be null.
c) You specify a nullable type by following a value type’s name with a question mark (?).
d) The GetValueOrDefault method checks whether a nullable-type variable contains a value. If so, the method returns that value; otherwise, it returns the value type’s default value.
c) You specify a nullable type by following a value type’s name with a question mark (?).
You might also like to view...
CSV files can be imported into an Excel workbook
Indicate whether the statement is true or false
In the PivotTable Field List, you can rearrange existing fields or reposition fields by using which of the following areas at the bottom of the layout section?
A) Row Headers B) Row Filters C) Row Labels D) Row Values