Will the snippet of code compile?
 
try 
{ 
       FileStream F = newFileStream("myfile.txt"); 
       string s = F.ReadLine(); 
} 
catch (IOException) { }
 finally 
{ 
     F.Close(); 
}
 
Explanation
A compiler will show an error because variable F is not defined in the place of call F.Close()

Следи за CodeGalaxy

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

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