Получи случайную криптовалюту за регистрацию!

Which of the following statements is not valid to create new o | C# 1001 notes

Which of the following statements is not valid to create new object in C#?
Anonymous Quiz
12%
var a = new Int32();
6%
var a = new String();
59%
var a = new IComparable();
24%
var a = new [] {0};