Question 1  of   20

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

A. True
B. False