Error!
Success!

C# cosing question: Value and Reference Types

0
kicks

C# cosing question: Value and Reference Types  (Unpublished)

What is the output of this code? int a = 300; byte b = 0; b = (byte)a; Console.Write("b=" + b); Kick it and findout !


Kicked By:
Drop Kicked By: