Which of the following statements is false?
a) C# 6 also provides a null-conditional operator ?[] for arrays and for collections that
support the [] indexing operator.
b) The ?[] operator accesses the array or collection reference then returns null if the
reference is null.
c) Neither a) nor b) is false.
d) Both a) and B are false.
b) The ?[] operator accesses the array or collection reference then returns null if the
reference is null.
Computer Science & Information Technology
You might also like to view...
Queries that have more than one criterion are sometimes called ________ queries
A) complex B) compound C) multiple D) composite
Computer Science & Information Technology
Works in the public ________ are considered public property and therefore, anyone can modify, distribute, copy, or sell them for profit.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology