Question 1  of   15

What is the output of the following code snippet? bool? a = null; Console.WriteLine(a ?? true);

A. True
B. False