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

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes