1.

The Default value of Boolean DataType is ?
 public static void Main(string[] args) { double ZERO = 0; Console.WriteLine("RESULT OF DIVISION BY ZERO IS :{0}", (0 / ZERO)); Console.ReadLine(); } 

A. 0
B. True
C. False
D. 1
Answer» D. 1


Discussion

No Comment Found