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
Зареєструйся Зараз
або Підпишись на майбутні тести