C# cosing question: Value and Reference Types(interviewpattern.com)
submitted by
pwook(50) 2 years, 5 months ago
What is the output of this code?
int a = 300;
byte b = 0;
b = (byte)a;
Console.Write("b=" + b);
Kick it and findout !
|category: C#
|Views: 8
tags:
C# another
Everyones tags:
Your Tags: