What will be the result of a following code execution?
 
static void Main(string[] args) 
{ 
     string s; 
    { 
          int s = 10; 
         Console.WriteLine(s); 
     } 
}
 

Следи за CodeGalaxy

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

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