What will be printed out as a result of the following code execution?
 
namespace ConsoleApplication1 
{ 
     class Program 
     {
          static void Main(string[] args)
          { 
               Console.WriteLine(Test.Foo().ToString()); 

                Console.ReadLine();
           } 
       } 

       class Test 
      { 
           public static int Foo() 
           { 
                return null; 
            } 
        } 
   }
 

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты