Will this code compile successfully?
 
static void Main() 
{
     int a = 10;
     int b = 20;
     byte c = a + b; 
     Console.WriteLine(c);
 }
 
Explanation
Get an explanation when it's available:

Follow CodeGalaxy

Mobile Beta

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